aboutsummaryrefslogtreecommitdiff
path: root/openssl/trunk/crypto/x509v3/x509v3.h
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2006-07-25 21:08:28 +0000
committerRob Austein <sra@hactrn.net>2006-07-25 21:08:28 +0000
commit8175ad83c0a896cd7971ecf071513b9540c8b364 (patch)
tree55ff0246ed259e263e0e9896ef98b957a43be64e /openssl/trunk/crypto/x509v3/x509v3.h
parent14b3dac8a0c8bdeed790de6def58fda530b5e627 (diff)
Can't use #warning because gcc -Werror is set. Oh well, just have to
remember to clean up junk later. svn path=/openssl/trunk/crypto/x509v3/x509v3.h; revision=70
Diffstat (limited to 'openssl/trunk/crypto/x509v3/x509v3.h')
-rw-r--r--openssl/trunk/crypto/x509v3/x509v3.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/openssl/trunk/crypto/x509v3/x509v3.h b/openssl/trunk/crypto/x509v3/x509v3.h
index c454009a..c95b7f24 100644
--- a/openssl/trunk/crypto/x509v3/x509v3.h
+++ b/openssl/trunk/crypto/x509v3/x509v3.h
@@ -625,7 +625,6 @@ int X509V3_NAME_from_section(X509_NAME *nm, STACK_OF(CONF_VALUE)*dn_sk,
void X509_POLICY_NODE_print(BIO *out, X509_POLICY_NODE *node, int indent);
-#warning Clean up temporary hack in x509v3.h
/*
* [sra] BEGIN KLUDGE
* Just include files for the moment for testing, clean up later.