diff options
author | 2008-09-06 12:15:37 +0000 | |
---|---|---|
committer | 2008-09-06 12:15:37 +0000 | |
commit | 5650a0e1b1300b167aa354ad1f7b944b49271323 (patch) | |
tree | 59e4f7a5a066505c6ebabba02268d0b12f85bbb5 /lib/libcrypto/ui/ui_locl.h | |
parent | adapt to sha2(3) API changes; ok millert@ (diff) | |
download | wireguard-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.h | 5 |
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 { |