mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Add missing brackets.
Submitted by: "Chris Brook" <cbrook@v-one.com>
This commit is contained in:
parent
b8565a9af9
commit
ba5ba5490d
@ -423,7 +423,7 @@ int main(int argc, char *argv[])
|
||||
#ifndef OPENSSL_NO_DH
|
||||
dhe1024=1;
|
||||
#else
|
||||
fprintf(stderr,"ignoring -dhe1024, since I'm compiled without DH\n";
|
||||
fprintf(stderr,"ignoring -dhe1024, since I'm compiled without DH\n");
|
||||
#endif
|
||||
}
|
||||
else if (strcmp(*argv,"-dhe1024dsa") == 0)
|
||||
@ -431,7 +431,7 @@ int main(int argc, char *argv[])
|
||||
#ifndef OPENSSL_NO_DH
|
||||
dhe1024dsa=1;
|
||||
#else
|
||||
fprintf(stderr,"ignoring -dhe1024, since I'm compiled without DH\n";
|
||||
fprintf(stderr,"ignoring -dhe1024, since I'm compiled without DH\n");
|
||||
#endif
|
||||
}
|
||||
else if (strcmp(*argv,"-no_dhe") == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user