diff options
Diffstat (limited to 'lib/libssl/src/crypto/ts/ts_rsp_sign.c')
-rw-r--r-- | lib/libssl/src/crypto/ts/ts_rsp_sign.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libssl/src/crypto/ts/ts_rsp_sign.c b/lib/libssl/src/crypto/ts/ts_rsp_sign.c index e56bfb06cb7..5421085b5ab 100644 --- a/lib/libssl/src/crypto/ts/ts_rsp_sign.c +++ b/lib/libssl/src/crypto/ts/ts_rsp_sign.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ts_rsp_sign.c,v 1.15 2014/06/12 15:49:31 deraadt Exp $ */ +/* $OpenBSD: ts_rsp_sign.c,v 1.16 2014/07/10 13:58:23 jsing Exp $ */ /* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL * project 2002. */ @@ -56,10 +56,12 @@ * */ -#include "cryptlib.h" - #include <sys/time.h> +#include <string.h> + +#include "cryptlib.h" + #include <openssl/objects.h> #include <openssl/ts.h> #include <openssl/pkcs7.h> |