summaryrefslogtreecommitdiffstats
path: root/crypto/ui/ui.h
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2004-05-17 18:01:28 +0000
committerGeoff Thorpe <geoff@openssl.org>2004-05-17 18:01:28 +0000
commit678c1e025bcfb70b32c50dc1c9aba7e522a1fd70 (patch)
tree6507db0eefa12958531f00250607440256d853b5 /crypto/ui/ui.h
parent1ab61a91791e8ddbf95891b44f4cdd50503bc534 (diff)
Moving opaque definitions to ossl_typ.h lets us reduce header dependencies.
Deprecate inclusion of crypto.h from ui.h.
Diffstat (limited to 'crypto/ui/ui.h')
-rw-r--r--crypto/ui/ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/ui/ui.h b/crypto/ui/ui.h
index f7c3054d8c..59da88ea02 100644
--- a/crypto/ui/ui.h
+++ b/crypto/ui/ui.h
@@ -59,7 +59,9 @@
#ifndef HEADER_UI_H
#define HEADER_UI_H
+#ifndef OPENSSL_NO_DEPRECATED
#include <openssl/crypto.h>
+#endif
#include <openssl/safestack.h>
#include <openssl/ossl_typ.h>