remove duplicate BIO_CLOSE/BIO_NOCLOSE definition, already in openssl/bio.h

This commit is contained in:
Chris Conlon
2022-01-21 13:03:13 -07:00
parent 238072c84d
commit 6e6108bb98

View File

@@ -2209,9 +2209,6 @@ enum {
*/
SSL_MODE_RELEASE_BUFFERS = -1, /* For libwebsockets build. No current use. */
BIO_CLOSE = 1,
BIO_NOCLOSE = 0,
X509_FILETYPE_PEM = 8,
X509_V_OK = 0,