summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ts/ts_rsp_print.c
diff options
context:
space:
mode:
authorderaadt <>2014-05-31 23:33:33 +0000
committerderaadt <>2014-05-31 23:33:33 +0000
commita9478c5fe632c07fa8cacb9aec36bd254df2af8b (patch)
treef7562035cf913e40338865be267d6c4586ce01e4 /src/lib/libcrypto/ts/ts_rsp_print.c
parent5f1838a9fb70a7d72b663679a1fb192184149bc1 (diff)
downloadopenbsd-a9478c5fe632c07fa8cacb9aec36bd254df2af8b.tar.gz
openbsd-a9478c5fe632c07fa8cacb9aec36bd254df2af8b.tar.bz2
openbsd-a9478c5fe632c07fa8cacb9aec36bd254df2af8b.zip
Get the public headers from the official place with <openssl/ >
from Brent Cook
Diffstat (limited to 'src/lib/libcrypto/ts/ts_rsp_print.c')
-rw-r--r--src/lib/libcrypto/ts/ts_rsp_print.c2
1 files changed, 1 insertions, 1 deletions
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;