Oops, the system macro for VMS is OPENSSL_SYS_VMS, not VMS

This commit is contained in:
Richard Levitte 2002-04-06 11:58:04 +00:00
parent d8425465a3
commit 10189984f9

2
e_os.h
View File

@ -160,7 +160,7 @@ extern "C" {
#define closesocket(s) MacSocket_close(s)
#define readsocket(s,b,n) MacSocket_recv((s),(b),(n),true)
#define writesocket(s,b,n) MacSocket_send((s),(b),(n))
#elif defined(VMS)
#elif defined(OPENSSL_SYS_VMS)
#define get_last_socket_error() errno
#define clear_socket_error() errno=0
#define ioctlsocket(a,b,c) ioctl(a,b,c)