diff options
| author | deraadt <> | 2015-08-19 18:25:31 +0000 |
|---|---|---|
| committer | deraadt <> | 2015-08-19 18:25:31 +0000 |
| commit | 0e889cf1500dcc11cc9011a890b5cf7665b14bef (patch) | |
| tree | 4dd2e1ed4371a029d61ada8e510e7ace4f672ad6 /src/usr.bin/openssl/ciphers.c | |
| parent | 13757ff35aab44e1c38d969b3e78d8029b01eb32 (diff) | |
| download | openbsd-0e889cf1500dcc11cc9011a890b5cf7665b14bef.tar.gz openbsd-0e889cf1500dcc11cc9011a890b5cf7665b14bef.tar.bz2 openbsd-0e889cf1500dcc11cc9011a890b5cf7665b14bef.zip | |
bring prototypes into scope, requires movement of a large global object
out of .h file
ok jsing
Diffstat (limited to 'src/usr.bin/openssl/ciphers.c')
| -rw-r--r-- | src/usr.bin/openssl/ciphers.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr.bin/openssl/ciphers.c b/src/usr.bin/openssl/ciphers.c index fd9e839064..18b8d3e4d9 100644 --- a/src/usr.bin/openssl/ciphers.c +++ b/src/usr.bin/openssl/ciphers.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ciphers.c,v 1.5 2015/07/17 16:04:09 doug Exp $ */ | 1 | /* $OpenBSD: ciphers.c,v 1.6 2015/08/19 18:25:31 deraadt Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> |
| 4 | * | 4 | * |
| @@ -22,6 +22,7 @@ | |||
| 22 | #include <openssl/ssl.h> | 22 | #include <openssl/ssl.h> |
| 23 | 23 | ||
| 24 | #include "apps.h" | 24 | #include "apps.h" |
| 25 | #include "progs.h" | ||
| 25 | 26 | ||
| 26 | struct { | 27 | struct { |
| 27 | int usage; | 28 | int usage; |
