diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2014-05-24 07:00:13 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2014-05-24 07:00:13 +0000 |
commit | e4e53e213aa28cc1f7d9ef9afdc35c801cf50ee9 (patch) | |
tree | 4d99c3f26e3bd97d6643dcc25376ca601fb41ab7 /lib/libcrypto/err | |
parent | 261509e21ab3af55eacf47ba1f2c28ac123524c5 (diff) |
No OPENSSL_SYS_WINDOWS wanted.
ok miod@
Diffstat (limited to 'lib/libcrypto/err')
-rw-r--r-- | lib/libcrypto/err/err.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libcrypto/err/err.c b/lib/libcrypto/err/err.c index ee4597e9b17..4ab667e19a6 100644 --- a/lib/libcrypto/err/err.c +++ b/lib/libcrypto/err/err.c @@ -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}, |