]> 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 713d3128191da01fe16ceda6f4ce5c8900593c62..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.10 2001/01/29 19:47:30 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    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.877797 seconds and 4 git commands to generate.