]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - Configure
Remove last references to DEBUG_SAFESTACK
[thirdparty/openssl.git] / Configure
index 254b04c95d95d98dbbcff63592c14616442018c3..8f41096c1823ced74024463c1178c771123e4aef 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -87,9 +87,6 @@ my $usage="Usage: Configure [no-<cipher> ...] [enable-<cipher> ...] [-Dxxx] [-lx
 #               linked openssl executable has rather debugging value than
 #               production quality.
 #
-# DEBUG_SAFESTACK use type-safe stacks to enforce type-safety on stack items
-#               provided to stack calls. Generates unique stack functions for
-#               each possible stack type.
 # BN_LLONG      use the type 'long long' in crypto/bn/bn.h
 # RC4_CHAR      use 'char' instead of 'int' for RC4_INT in crypto/rc4/rc4.h
 # Following are set automatically by this script