summaryrefslogtreecommitdiff
path: root/security/rsaref/files/patch-aa
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-02-02 20:11:08 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-02-02 20:11:08 +0000
commit1156f5bc0109c47c62878e7bbcf75fc2957396ca (patch)
tree67e332238d0ce675c0cb1468ec82f68a255014d5 /security/rsaref/files/patch-aa
parentFix a typo. (diff)
encryption/authentication library, RSA/MDX/DES
Diffstat (limited to 'security/rsaref/files/patch-aa')
-rw-r--r--security/rsaref/files/patch-aa23
1 files changed, 23 insertions, 0 deletions
diff --git a/security/rsaref/files/patch-aa b/security/rsaref/files/patch-aa
new file mode 100644
index 000000000000..582a86c63139
--- /dev/null
+++ b/security/rsaref/files/patch-aa
@@ -0,0 +1,23 @@
+*** rsaref.h.bak Fri Mar 25 22:01:49 1994
+--- rsaref.h Sun Feb 2 22:30:11 1997
+***************
+*** 8,16 ****
+ #ifndef _RSAREF_H_
+ #define _RSAREF_H_ 1
+
+! #include "md2.h"
+! #include "md5.h"
+! #include "des.h"
+
+ #ifdef __cplusplus
+ extern "C" {
+--- 8,16 ----
+ #ifndef _RSAREF_H_
+ #define _RSAREF_H_ 1
+
+! #include "_md2.h"
+! #include "_md5.h"
+! #include "_des.h"
+
+ #ifdef __cplusplus
+ extern "C" {