summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/rsa.h
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1999-11-24 00:26:00 +0000
committerderaadt <deraadt@openbsd.org>1999-11-24 00:26:00 +0000
commit32f90fec69b6ddc959020edf4bea4b1f7284cb44 (patch)
treea7a98aab52f85d11a137ad10d135e10efcd5c20d /usr.bin/ssh/rsa.h
parentre-enable mtrr (diff)
downloadwireguard-openbsd-32f90fec69b6ddc959020edf4bea4b1f7284cb44.tar.xz
wireguard-openbsd-32f90fec69b6ddc959020edf4bea4b1f7284cb44.zip
much more KNF
Diffstat (limited to 'usr.bin/ssh/rsa.h')
-rw-r--r--usr.bin/ssh/rsa.h36
1 files changed, 18 insertions, 18 deletions
diff --git a/usr.bin/ssh/rsa.h b/usr.bin/ssh/rsa.h
index a1023a2a0c4..d5a5ba81dd3 100644
--- a/usr.bin/ssh/rsa.h
+++ b/usr.bin/ssh/rsa.h
@@ -1,19 +1,19 @@
/*
-
-rsa.h
-
-Author: Tatu Ylonen <ylo@cs.hut.fi>
-
-Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
- All rights reserved
-
-Created: Fri Mar 3 22:01:06 1995 ylo
-
-RSA key generation, encryption and decryption.
-
+ *
+ * rsa.h
+ *
+ * Author: Tatu Ylonen <ylo@cs.hut.fi>
+ *
+ * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
+ * All rights reserved
+ *
+ * Created: Fri Mar 3 22:01:06 1995 ylo
+ *
+ * RSA key generation, encryption and decryption.
+ *
*/
-/* RCSID("$Id: rsa.h,v 1.2 1999/09/29 06:15:00 deraadt Exp $"); */
+/* RCSID("$Id: rsa.h,v 1.3 1999/11/24 00:26:03 deraadt Exp $"); */
#ifndef RSA_H
#define RSA_H
@@ -22,15 +22,15 @@ RSA key generation, encryption and decryption.
#include <ssl/rsa.h>
/* Calls SSL RSA_generate_key, only copies to prv and pub */
-void rsa_generate_key(RSA *prv, RSA *pub, unsigned int bits);
+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));
-int rsa_alive __P((void));
+int rsa_alive __P((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 __P((BIGNUM * out, BIGNUM * in, RSA * prv));
+void rsa_private_decrypt __P((BIGNUM * out, BIGNUM * in, RSA * prv));
-#endif /* RSA_H */
+#endif /* RSA_H */