From 97057a1a7de25414ce6141d24d3dea69fb160674 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 25 Mar 2011 12:09:29 +0000 Subject: [PATCH] Make some Unix builds work again. --- crypto/dso/dso_vms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/dso/dso_vms.c b/crypto/dso/dso_vms.c index af599cf991..45adfb1587 100644 --- a/crypto/dso/dso_vms.c +++ b/crypto/dso/dso_vms.c @@ -68,8 +68,8 @@ #include #include #include -#endif #include "vms_rms.h" +#endif /* Some compiler options may mask the declaration of "_malloc32". */ #if __INITIAL_POINTER_SIZE && defined _ANSI_C_SOURCE -- 2.25.1