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/rsa.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/rsa.c')
-rw-r--r-- | src/usr.bin/openssl/rsa.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr.bin/openssl/rsa.c b/src/usr.bin/openssl/rsa.c index 91a9d161fb..55b6f7399f 100644 --- a/src/usr.bin/openssl/rsa.c +++ b/src/usr.bin/openssl/rsa.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: rsa.c,v 1.3 2015/01/24 05:48:39 doug Exp $ */ | 1 | /* $OpenBSD: rsa.c,v 1.4 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 | * |
@@ -64,6 +64,7 @@ | |||
64 | #include <time.h> | 64 | #include <time.h> |
65 | 65 | ||
66 | #include "apps.h" | 66 | #include "apps.h" |
67 | #include "progs.h" | ||
67 | 68 | ||
68 | #include <openssl/bio.h> | 69 | #include <openssl/bio.h> |
69 | #include <openssl/bn.h> | 70 | #include <openssl/bn.h> |