summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/ts')
-rw-r--r--src/lib/libcrypto/ts/ts_lib.c2
-rw-r--r--src/lib/libcrypto/ts/ts_rsp_print.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ts/ts_lib.c b/src/lib/libcrypto/ts/ts_lib.c
index b9d92a3012..5018e959bb 100644
--- a/src/lib/libcrypto/ts/ts_lib.c
+++ b/src/lib/libcrypto/ts/ts_lib.c
@@ -61,7 +61,7 @@
61#include <openssl/objects.h> 61#include <openssl/objects.h>
62#include <openssl/bn.h> 62#include <openssl/bn.h>
63#include <openssl/x509v3.h> 63#include <openssl/x509v3.h>
64#include "ts.h" 64#include <openssl/ts.h>
65 65
66/* Local function declarations. */ 66/* Local function declarations. */
67 67
diff --git a/src/lib/libcrypto/ts/ts_rsp_print.c b/src/lib/libcrypto/ts/ts_rsp_print.c
index 248674f4e5..6615e20445 100644
--- a/src/lib/libcrypto/ts/ts_rsp_print.c
+++ b/src/lib/libcrypto/ts/ts_rsp_print.c
@@ -61,7 +61,7 @@
61#include <openssl/objects.h> 61#include <openssl/objects.h>
62#include <openssl/bn.h> 62#include <openssl/bn.h>
63#include <openssl/x509v3.h> 63#include <openssl/x509v3.h>
64#include "ts.h" 64#include <openssl/ts.h>
65 65
66struct status_map_st { 66struct status_map_st {
67 int bit; 67 int bit;