summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/ui/ui_locl.h
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2008-09-06 12:15:37 +0000
committerdjm <djm@openbsd.org>2008-09-06 12:15:37 +0000
commit5650a0e1b1300b167aa354ad1f7b944b49271323 (patch)
tree59e4f7a5a066505c6ebabba02268d0b12f85bbb5 /lib/libcrypto/ui/ui_locl.h
parentadapt to sha2(3) API changes; ok millert@ (diff)
downloadwireguard-openbsd-5650a0e1b1300b167aa354ad1f7b944b49271323.tar.xz
wireguard-openbsd-5650a0e1b1300b167aa354ad1f7b944b49271323.zip
import of OpenSSL 0.9.8h
Diffstat (limited to 'lib/libcrypto/ui/ui_locl.h')
-rw-r--r--lib/libcrypto/ui/ui_locl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libcrypto/ui/ui_locl.h b/lib/libcrypto/ui/ui_locl.h
index 7d3a75a619c..aa4a55637d9 100644
--- a/lib/libcrypto/ui/ui_locl.h
+++ b/lib/libcrypto/ui/ui_locl.h
@@ -60,6 +60,11 @@
#define HEADER_UI_LOCL_H
#include <openssl/ui.h>
+#include <openssl/crypto.h>
+
+#ifdef _
+#undef _
+#endif
struct ui_method_st
{