]> andersk Git - openssh.git/blobdiff - rsa.h
- Added (untested) Entropy Gathering Daemon (EGD) support
[openssh.git] / rsa.h
diff --git a/rsa.h b/rsa.h
index bc3a3f5d842f710d701c14744d7a00e3d99aeb2b..8cd74e46e18b40aafd77507ab8f5e7b51621ff6b 100644 (file)
--- a/rsa.h
+++ b/rsa.h
@@ -34,11 +34,11 @@ void rsa_generate_key(RSA *prv, RSA *pub, unsigned int bits);
 
 /* Indicates whether the rsa module is permitted to show messages on
    the terminal. */
-void rsa_set_verbose __P((int verbose));
+void rsa_set_verbose(int verbose);
 
-int  rsa_alive __P((void));
+int  rsa_alive(void);
 
-void rsa_public_encrypt __P((BIGNUM *out, BIGNUM *in, RSA *prv));
-void rsa_private_decrypt __P((BIGNUM *out, BIGNUM *in, RSA *prv));
+void rsa_public_encrypt(BIGNUM *out, BIGNUM *in, RSA *prv);
+void rsa_private_decrypt(BIGNUM *out, BIGNUM *in, RSA *prv);
 
 #endif /* RSA_H */
This page took 0.510767 seconds and 4 git commands to generate.