]> andersk Git - openssh.git/blobdiff - rsa.h
- djm@cvs.openbsd.org 2010/01/30 02:54:53
[openssh.git] / rsa.h
diff --git a/rsa.h b/rsa.h
index b803b3ad35f09d34aed05be5e3792f4c183f27ca..b841ea4e10f9509ba469c4bc6520bc151c8fc05f 100644 (file)
--- a/rsa.h
+++ b/rsa.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: rsa.h,v 1.16 2006/03/25 22:22:43 djm 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.12 2001/06/26 06:32:58 itojun Exp $"); */
-
 #ifndef RSA_H
 #define RSA_H
 
 #include <openssl/bn.h>
 #include <openssl/rsa.h>
 
-void rsa_public_encrypt __P((BIGNUM *, BIGNUM *, RSA *));
-int rsa_private_decrypt __P((BIGNUM *, BIGNUM *, RSA *));
-
-void generate_additional_parameters __P((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 1.29419 seconds and 4 git commands to generate.