projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
addb6e1
)
Small thing. It seems like we have to defined _XOPEN_SOURCE to get
author
Richard Levitte
<levitte@openssl.org>
Tue, 18 Jan 2005 16:46:02 +0000
(16:46 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 18 Jan 2005 16:46:02 +0000
(16:46 +0000)
isascii() on DEC/Compaq/HP C for VMS.
ssl/ssltest.c
patch
|
blob
|
history
diff --git
a/ssl/ssltest.c
b/ssl/ssltest.c
index 1b6b4e94932680c5fc59a29697c351106d022914..698c84a1799cfe7d829fc31fc73c635f4e3bf636 100644
(file)
--- a/
ssl/ssltest.c
+++ b/
ssl/ssltest.c
@@
-116,6
+116,8
@@
#define _BSD_SOURCE 1 /* Or gethostname won't be declared properly
on Linux and GNU platforms. */
+#define _XOPEN_SOURCE 1 /* Ot isascii won't be declared properly on
+ VMS (at least with DECompHP C). */
#include <assert.h>
#include <errno.h>