summaryrefslogtreecommitdiff
path: root/security/rsaref/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'security/rsaref/patches/patch-ae')
-rw-r--r--security/rsaref/patches/patch-ae20
1 files changed, 20 insertions, 0 deletions
diff --git a/security/rsaref/patches/patch-ae b/security/rsaref/patches/patch-ae
new file mode 100644
index 00000000000..d0b0bd8abab
--- /dev/null
+++ b/security/rsaref/patches/patch-ae
@@ -0,0 +1,20 @@
+--- ../source/rsa.h.orig Fri Mar 25 14:01:45 1994
++++ ../source/rsa.h Tue Jul 14 13:20:12 1998
+@@ -5,6 +5,11 @@
+ Inc., created 1991. All rights reserved.
+ */
+
++#ifndef _RSA_H_
++#define _RSA_H_ 1
++
++#include <rsaref/global.h>
++
+ int RSAPublicEncrypt PROTO_LIST
+ ((unsigned char *, unsigned int *, unsigned char *, unsigned int,
+ R_RSA_PUBLIC_KEY *, R_RANDOM_STRUCT *));
+@@ -17,3 +22,5 @@
+ int RSAPrivateDecrypt PROTO_LIST
+ ((unsigned char *, unsigned int *, unsigned char *, unsigned int,
+ R_RSA_PRIVATE_KEY *));
++
++#endif