diff options
author | deraadt <> | 2014-05-31 23:33:33 +0000 |
---|---|---|
committer | deraadt <> | 2014-05-31 23:33:33 +0000 |
commit | a7b63ccb9e17cfaf899ee299d155908a5a86d31b (patch) | |
tree | f7562035cf913e40338865be267d6c4586ce01e4 /src/lib/libcrypto/ts/ts_lib.c | |
parent | 6a102b409397d1b56bb84761cb9ee1dc2e9d4064 (diff) | |
download | openbsd-a7b63ccb9e17cfaf899ee299d155908a5a86d31b.tar.gz openbsd-a7b63ccb9e17cfaf899ee299d155908a5a86d31b.tar.bz2 openbsd-a7b63ccb9e17cfaf899ee299d155908a5a86d31b.zip |
Get the public headers from the official place with <openssl/ >
from Brent Cook
Diffstat (limited to 'src/lib/libcrypto/ts/ts_lib.c')
-rw-r--r-- | src/lib/libcrypto/ts/ts_lib.c | 2 |
1 files changed, 1 insertions, 1 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 | ||