diff options
Diffstat (limited to 'lib/libcrypto/ts/ts_rsp_print.c')
-rw-r--r-- | lib/libcrypto/ts/ts_rsp_print.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcrypto/ts/ts_rsp_print.c b/lib/libcrypto/ts/ts_rsp_print.c index be76c86e443..c442b716464 100644 --- a/lib/libcrypto/ts/ts_rsp_print.c +++ b/lib/libcrypto/ts/ts_rsp_print.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ts_rsp_print.c,v 1.4 2014/06/12 15:49:31 deraadt Exp $ */ +/* $OpenBSD: ts_rsp_print.c,v 1.5 2014/07/11 08:44:49 jsing Exp $ */ /* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL * project 2002. */ @@ -57,11 +57,11 @@ */ #include <stdio.h> -#include "cryptlib.h" -#include <openssl/objects.h> + #include <openssl/bn.h> -#include <openssl/x509v3.h> +#include <openssl/objects.h> #include <openssl/ts.h> +#include <openssl/x509v3.h> struct status_map_st { int bit; |