]> andersk Git - openssh.git/blobdiff - rsa.h
- (tim) [defines.h] openbsd-compat/readpassphrase.c now needs _NSIG.
[openssh.git] / rsa.h
diff --git a/rsa.h b/rsa.h
index 70756f83c0d476dbf2d7207b7660b263513c14d7..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
@@ -11,8 +13,6 @@
  * called by a name other than "ssh" or "Secure Shell".
  */
 
-/* RCSID("$OpenBSD: rsa.h,v 1.13 2001/06/26 17:27:24 markus Exp $"); */
-
 #ifndef RSA_H
 #define RSA_H
 
@@ -21,6 +21,6 @@
 
 void    rsa_public_encrypt(BIGNUM *, BIGNUM *, RSA *);
 int     rsa_private_decrypt(BIGNUM *, BIGNUM *, RSA *);
-void    generate_additional_parameters(RSA *);
+void    rsa_generate_additional_parameters(RSA *);
 
 #endif                         /* RSA_H */
This page took 0.376547 seconds and 4 git commands to generate.