projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22f0838
)
Typo.
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 10 Sep 2003 00:16:42 +0000
(
00:16
+0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 10 Sep 2003 00:16:42 +0000
(
00:16
+0000)
fips/dsa/fips_dsatest.c
patch
|
blob
|
history
diff --git
a/fips/dsa/fips_dsatest.c
b/fips/dsa/fips_dsatest.c
index 224535ed4daa319aef9413a6371ce3695fdd5e5a..be794005ad51b7104cd4d795edf6c16625d2622b 100644
(file)
--- a/
fips/dsa/fips_dsatest.c
+++ b/
fips/dsa/fips_dsatest.c
@@
-74,7
+74,7
@@
#include <openssl/fips.h>
#include <openssl/fips_rand.h>
-#if defined(OPENSSL_NO_DSA)
&&
!defined(OPENSSL_FIPS)
+#if defined(OPENSSL_NO_DSA)
||
!defined(OPENSSL_FIPS)
int main(int argc, char *argv[])
{
printf("No FIPS DSA support\n");