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:
6ebcd44
)
backport the comment (here it's NO_DH, not OPENSSL_NO_DH ...)
author
Bodo Möller
<bodo@openssl.org>
Thu, 22 Mar 2001 15:00:45 +0000
(15:00 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Thu, 22 Mar 2001 15:00:45 +0000
(15:00 +0000)
ssl/ssl_cert.c
patch
|
blob
|
history
diff --git
a/ssl/ssl_cert.c
b/ssl/ssl_cert.c
index a1c4500c22c8b1fcb7791ab5c3c80346f198e8af..27e7fcc60ae74b57ffa55d6ed44f09b856c8fe7f 100644
(file)
--- a/
ssl/ssl_cert.c
+++ b/
ssl/ssl_cert.c
@@
-271,7
+271,7
@@
CERT *ssl_cert_dup(CERT *cert)
return(ret);
-#ifndef NO_DH /* avoid 'unreferenced label' warning if
OPENSSL_
NO_DH is defined */
+#ifndef NO_DH /* avoid 'unreferenced label' warning if NO_DH is defined */
err:
#endif
#ifndef NO_RSA