]> andersk Git - openssh.git/blobdiff - rsa.h
- (tim) [configure.ac] Bug #1149. Changes in QNX section only. Patch by
[openssh.git] / rsa.h
diff --git a/rsa.h b/rsa.h
index d3d2c996427c071c8c338d2ab3f98a540813ff8a..957d865522d2e70ebf7b9fbf7a2184c6c94f9e81 100644 (file)
--- a/rsa.h
+++ b/rsa.h
@@ -1,3 +1,5 @@
+/*     $OpenBSD: rsa.h,v 1.15 2002/03/04 17:27:39 stevesk Exp $        */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
  * called by a name other than "ssh" or "Secure Shell".
  */
 
-/* RCSID("$OpenBSD: rsa.h,v 1.11 2001/03/26 23:23:24 markus Exp $"); */
-
 #ifndef RSA_H
 #define RSA_H
 
 #include <openssl/bn.h>
 #include <openssl/rsa.h>
 
-void rsa_public_encrypt __P((BIGNUM * out, BIGNUM * in, RSA * prv));
-int rsa_private_decrypt __P((BIGNUM * out, BIGNUM * in, RSA * prv));
-
-void generate_additional_parameters __P((RSA *rsa));
+void    rsa_public_encrypt(BIGNUM *, BIGNUM *, RSA *);
+int     rsa_private_decrypt(BIGNUM *, BIGNUM *, RSA *);
+void    rsa_generate_additional_parameters(RSA *);
 
 #endif                         /* RSA_H */
This page took 0.041431 seconds and 4 git commands to generate.