diff options
Diffstat (limited to 'src/usr.bin/openssl/pkcs7.c')
-rw-r--r-- | src/usr.bin/openssl/pkcs7.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/usr.bin/openssl/pkcs7.c b/src/usr.bin/openssl/pkcs7.c index 23c4799036..3180f357f1 100644 --- a/src/usr.bin/openssl/pkcs7.c +++ b/src/usr.bin/openssl/pkcs7.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: pkcs7.c,v 1.4 2015/07/21 16:34:31 jsing Exp $ */ | 1 | /* $OpenBSD: pkcs7.c,v 1.5 2015/08/22 16:36:05 jsing Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -158,8 +158,6 @@ pkcs7_usage() | |||
158 | options_usage(pkcs7_options); | 158 | options_usage(pkcs7_options); |
159 | } | 159 | } |
160 | 160 | ||
161 | int pkcs7_main(int, char **); | ||
162 | |||
163 | int | 161 | int |
164 | pkcs7_main(int argc, char **argv) | 162 | pkcs7_main(int argc, char **argv) |
165 | { | 163 | { |