22 lines
597 B
Text
22 lines
597 B
Text
$NetBSD: patch-ae,v 1.2 1998/08/07 11:13:48 agc Exp $
|
|
|
|
--- ../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
|