[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Wed May 13 16:52:20 UTC 2015
The branch master has been updated
via addaf977e2ddc7c8e8df8931a3091035cdf70052 (commit)
from bd576049a9db8c6caca99c8f965663422658a464 (commit)
- Log -----------------------------------------------------------------
commit addaf977e2ddc7c8e8df8931a3091035cdf70052
Author: Rich Salz <rsalz at akamai.com>
Date: Tue May 12 14:13:01 2015 -0400
Remove some outdated #defines.
Reviewed-by: Matt Caswell <matt at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
include/openssl/bio.h | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/include/openssl/bio.h b/include/openssl/bio.h
index 76b6662..ab37c87 100644
--- a/include/openssl/bio.h
+++ b/include/openssl/bio.h
@@ -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
/*
More information about the openssl-commits
mailing list