diff options
Diffstat (limited to 'lib/libcrypto/rsa/rsa_pss.c')
| -rw-r--r-- | lib/libcrypto/rsa/rsa_pss.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libcrypto/rsa/rsa_pss.c b/lib/libcrypto/rsa/rsa_pss.c index 09bf32439bf..fa32a856bac 100644 --- a/lib/libcrypto/rsa/rsa_pss.c +++ b/lib/libcrypto/rsa/rsa_pss.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rsa_pss.c,v 1.7 2014/07/09 19:51:38 jsing Exp $ */ +/* $OpenBSD: rsa_pss.c,v 1.8 2014/07/10 13:58:23 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2005. */ @@ -57,6 +57,8 @@ */ #include <stdio.h> +#include <string.h> + #include "cryptlib.h" #include <openssl/bn.h> #include <openssl/rsa.h> |
