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/sess_id.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/sess_id.c')
-rw-r--r-- | src/usr.bin/openssl/sess_id.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr.bin/openssl/sess_id.c b/src/usr.bin/openssl/sess_id.c index cc47bad93b..d7f3339509 100644 --- a/src/usr.bin/openssl/sess_id.c +++ b/src/usr.bin/openssl/sess_id.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sess_id.c,v 1.4 2015/02/08 10:22:45 doug Exp $ */ | 1 | /* $OpenBSD: sess_id.c,v 1.5 2015/08/19 18:25:31 deraadt 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 | * |
@@ -61,6 +61,7 @@ | |||
61 | #include <string.h> | 61 | #include <string.h> |
62 | 62 | ||
63 | #include "apps.h" | 63 | #include "apps.h" |
64 | #include "progs.h" | ||
64 | 65 | ||
65 | #include <openssl/bio.h> | 66 | #include <openssl/bio.h> |
66 | #include <openssl/err.h> | 67 | #include <openssl/err.h> |