summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/rsa.h
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>1999-11-24 19:53:43 +0000
committermarkus <markus@openbsd.org>1999-11-24 19:53:43 +0000
commitbbc3e7c1e8e1af65828ac62d704e08603bfb3791 (patch)
tree4283772edb80175f48931910dc69d6bca31941f2 /usr.bin/ssh/rsa.h
parentLimit newaliases to root and trusted users; sendmail+gshapiro@sendmail.orG (diff)
downloadwireguard-openbsd-bbc3e7c1e8e1af65828ac62d704e08603bfb3791.tar.xz
wireguard-openbsd-bbc3e7c1e8e1af65828ac62d704e08603bfb3791.zip
KNF, final part 3
Diffstat (limited to 'usr.bin/ssh/rsa.h')
-rw-r--r--usr.bin/ssh/rsa.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/ssh/rsa.h b/usr.bin/ssh/rsa.h
index d5a5ba81dd3..2e33cee5081 100644
--- a/usr.bin/ssh/rsa.h
+++ b/usr.bin/ssh/rsa.h
@@ -13,7 +13,7 @@
*
*/
-/* RCSID("$Id: rsa.h,v 1.3 1999/11/24 00:26:03 deraadt Exp $"); */
+/* RCSID("$Id: rsa.h,v 1.4 1999/11/24 19:53:50 markus Exp $"); */
#ifndef RSA_H
#define RSA_H
@@ -24,8 +24,10 @@
/* Calls SSL RSA_generate_key, only copies to prv and pub */
void rsa_generate_key(RSA * prv, RSA * pub, unsigned int bits);
-/* Indicates whether the rsa module is permitted to show messages on
- the terminal. */
+/*
+ * 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));