diff options
author | Geoff Thorpe <geoff@openssl.org> | 2004-04-19 20:13:07 +0200 |
---|---|---|
committer | Geoff Thorpe <geoff@openssl.org> | 2004-04-19 20:13:07 +0200 |
commit | 823a67b0a9094aa87b4b47a2bbf4cf1610938941 (patch) | |
tree | e7c6317f3c460a6271da1d4e05d5889200134220 /apps/rsautl.c | |
parent | (oops) Apologies all, that last header-cleanup commit was from the wrong (diff) | |
download | openssl-823a67b0a9094aa87b4b47a2bbf4cf1610938941.tar.xz openssl-823a67b0a9094aa87b4b47a2bbf4cf1610938941.zip |
header cleanup in apps/
Diffstat (limited to 'apps/rsautl.c')
-rw-r--r-- | apps/rsautl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/rsautl.c b/apps/rsautl.c index 5db6fe7cd7..596199010a 100644 --- a/apps/rsautl.c +++ b/apps/rsautl.c @@ -62,6 +62,7 @@ #include <string.h> #include <openssl/err.h> #include <openssl/pem.h> +#include <openssl/rsa.h> #define RSA_SIGN 1 #define RSA_VERIFY 2 |