mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
Oops, the system macro for VMS is OPENSSL_SYS_VMS, not VMS
This commit is contained in:
parent
d8425465a3
commit
10189984f9
2
e_os.h
2
e_os.h
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user