diff options
author | 2014-05-31 23:33:32 +0000 | |
---|---|---|
committer | 2014-05-31 23:33:32 +0000 | |
commit | 6d6bb18994334260a699979d2d2e50b33951a156 (patch) | |
tree | 7f51037453cf82bfd5d111f1671e102a2be473f5 /lib/libcrypto/ts/ts_lib.c | |
parent | Remove now unnecessary local patch to disable usemallocwrap on m68k (diff) | |
download | wireguard-openbsd-6d6bb18994334260a699979d2d2e50b33951a156.tar.xz wireguard-openbsd-6d6bb18994334260a699979d2d2e50b33951a156.zip |
Get the public headers from the official place with <openssl/ >
from Brent Cook
Diffstat (limited to 'lib/libcrypto/ts/ts_lib.c')
-rw-r--r-- | lib/libcrypto/ts/ts_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/ts/ts_lib.c b/lib/libcrypto/ts/ts_lib.c index b9d92a3012b..5018e959bbf 100644 --- a/lib/libcrypto/ts/ts_lib.c +++ b/lib/libcrypto/ts/ts_lib.c @@ -61,7 +61,7 @@ #include <openssl/objects.h> #include <openssl/bn.h> #include <openssl/x509v3.h> -#include "ts.h" +#include <openssl/ts.h> /* Local function declarations. */ |