No OPENSSL_SYS_WINDOWS wanted.
authorjsing <jsing@openbsd.org>
Sat, 24 May 2014 07:00:12 +0000 (07:00 +0000)
committerjsing <jsing@openbsd.org>
Sat, 24 May 2014 07:00:12 +0000 (07:00 +0000)
ok miod@

lib/libcrypto/err/err.c
lib/libssl/src/crypto/err/err.c

index ee4597e..4ab667e 100644 (file)
@@ -167,9 +167,6 @@ static ERR_STRING_DATA ERR_str_functs[] = {
        {ERR_PACK(0,SYS_F_BIND, 0),             "bind"},
        {ERR_PACK(0,SYS_F_LISTEN, 0),           "listen"},
        {ERR_PACK(0,SYS_F_ACCEPT, 0),           "accept"},
-#ifdef OPENSSL_SYS_WINDOWS
-       {ERR_PACK(0,SYS_F_WSASTARTUP, 0),       "WSAstartup"},
-#endif
        {ERR_PACK(0,SYS_F_OPENDIR, 0),          "opendir"},
        {ERR_PACK(0,SYS_F_FREAD, 0),            "fread"},
        {0, NULL},
index ee4597e..4ab667e 100644 (file)
@@ -167,9 +167,6 @@ static ERR_STRING_DATA ERR_str_functs[] = {
        {ERR_PACK(0,SYS_F_BIND, 0),             "bind"},
        {ERR_PACK(0,SYS_F_LISTEN, 0),           "listen"},
        {ERR_PACK(0,SYS_F_ACCEPT, 0),           "accept"},
-#ifdef OPENSSL_SYS_WINDOWS
-       {ERR_PACK(0,SYS_F_WSASTARTUP, 0),       "WSAstartup"},
-#endif
        {ERR_PACK(0,SYS_F_OPENDIR, 0),          "opendir"},
        {ERR_PACK(0,SYS_F_FREAD, 0),            "fread"},
        {0, NULL},