summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/mem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/mem.c b/crypto/mem.c
index 9c45135529..06c3960cc6 100644
--- a/crypto/mem.c
+++ b/crypto/mem.c
@@ -85,7 +85,7 @@ static void *(*malloc_ex_func) (size_t, const char *file, int line)
#ifdef OPENSSL_SYS_VMS
# if __INITIAL_POINTER_SIZE == 64
# define realloc _realloc64
-# else
+# elif __INITIAL_POINTER_SIZE == 32
# define realloc _realloc32
# endif
#endif