Remove some outdated #defines.
authorRich Salz <rsalz@akamai.com>
Tue, 12 May 2015 18:13:01 +0000 (14:13 -0400)
committerRich Salz <rsalz@openssl.org>
Wed, 13 May 2015 16:52:03 +0000 (12:52 -0400)
Reviewed-by: Matt Caswell <matt@openssl.org>
include/openssl/bio.h

index 76b6662ab79c616a1c82205e3c59268d84d207d6..ab37c8781033edcbc3b52ec821d495d2a90bf959 100644 (file)
@@ -212,21 +212,6 @@ extern "C" {
 #  define BIO_FLAGS_UPLINK        0
 # endif
 
-/* Used in BIO_gethostbyname() */
-# define BIO_GHBN_CTRL_HITS              1
-# define BIO_GHBN_CTRL_MISSES            2
-# define BIO_GHBN_CTRL_CACHE_SIZE        3
-# define BIO_GHBN_CTRL_GET_ENTRY         4
-# define BIO_GHBN_CTRL_FLUSH             5
-
-/* Mostly used in the SSL BIO */
-/*-
- * Not used anymore
- * #define BIO_FLAGS_PROTOCOL_DELAYED_READ 0x10
- * #define BIO_FLAGS_PROTOCOL_DELAYED_WRITE 0x20
- * #define BIO_FLAGS_PROTOCOL_STARTUP   0x40
- */
-
 # define BIO_FLAGS_BASE64_NO_NL  0x100
 
 /*