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/spkac.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/spkac.c')
-rw-r--r-- | src/usr.bin/openssl/spkac.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr.bin/openssl/spkac.c b/src/usr.bin/openssl/spkac.c index 197469d6a9..b5ce764eae 100644 --- a/src/usr.bin/openssl/spkac.c +++ b/src/usr.bin/openssl/spkac.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: spkac.c,v 1.3 2015/01/08 11:08:50 doug Exp $ */ | 1 | /* $OpenBSD: spkac.c,v 1.4 2015/08/19 18:25:31 deraadt Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project 1999. Based on an original idea by Massimiliano Pala | 3 | * project 1999. Based on an original idea by Massimiliano Pala |
4 | * (madwolf@openca.org). | 4 | * (madwolf@openca.org). |
@@ -63,6 +63,7 @@ | |||
63 | #include <time.h> | 63 | #include <time.h> |
64 | 64 | ||
65 | #include "apps.h" | 65 | #include "apps.h" |
66 | #include "progs.h" | ||
66 | 67 | ||
67 | #include <openssl/bio.h> | 68 | #include <openssl/bio.h> |
68 | #include <openssl/conf.h> | 69 | #include <openssl/conf.h> |