diff options
Diffstat (limited to 'lib/libssl/src/crypto/ts/ts_verify_ctx.c')
-rw-r--r-- | lib/libssl/src/crypto/ts/ts_verify_ctx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/src/crypto/ts/ts_verify_ctx.c b/lib/libssl/src/crypto/ts/ts_verify_ctx.c index 3b500233db4..373399d9434 100644 --- a/lib/libssl/src/crypto/ts/ts_verify_ctx.c +++ b/lib/libssl/src/crypto/ts/ts_verify_ctx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ts_verify_ctx.c,v 1.6 2014/07/10 13:58:23 jsing Exp $ */ +/* $OpenBSD: ts_verify_ctx.c,v 1.7 2014/07/11 08:44:49 jsing Exp $ */ /* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL * project 2003. */ @@ -58,7 +58,7 @@ #include <string.h> -#include "cryptlib.h" +#include <openssl/err.h> #include <openssl/objects.h> #include <openssl/ts.h> |