diff options
Diffstat (limited to 'usr.bin/openssl/rsautl.c')
-rw-r--r-- | usr.bin/openssl/rsautl.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/openssl/rsautl.c b/usr.bin/openssl/rsautl.c index d8e56a732d6..5f395e2245f 100644 --- a/usr.bin/openssl/rsautl.c +++ b/usr.bin/openssl/rsautl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rsautl.c,v 1.5 2015/07/19 03:14:09 doug Exp $ */ +/* $OpenBSD: rsautl.c,v 1.6 2015/08/22 16:36:05 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2000. */ @@ -78,8 +78,6 @@ static void usage(void); -int rsautl_main(int argc, char **); - int rsautl_main(int argc, char **argv) { |