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:
9c35452
)
Make sure we get the definition of OPENSSL_NO_RSA.
author
Richard Levitte
<levitte@openssl.org>
Thu, 20 Mar 2003 23:34:28 +0000
(23:34 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 20 Mar 2003 23:34:28 +0000
(23:34 +0000)
crypto/evp/p_open.c
patch
|
blob
|
history
diff --git
a/crypto/evp/p_open.c
b/crypto/evp/p_open.c
index 5a933d1cda380e20c30e8b9a4bacd6aea7b2877f..bc3940847dec6ef993a5fbde42b1d48bafb63edd 100644
(file)
--- a/
crypto/evp/p_open.c
+++ b/
crypto/evp/p_open.c
@@
-56,9
+56,11
@@
* [including the GNU Public Licence.]
*/
-#ifndef OPENSSL_NO_RSA
#include <stdio.h>
#include "cryptlib.h"
+
+#ifndef OPENSSL_NO_RSA
+
#include <openssl/evp.h>
#include <openssl/objects.h>
#include <openssl/x509.h>