From: Richard Levitte Date: Tue, 20 Feb 2001 07:43:22 +0000 (+0000) Subject: Use new-style system-id macros. X-Git-Tag: OpenSSL_0_9_6a-beta1~23^2~64 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8120813066728ab4bd2d5c6d058f528e5cc627fc;p=oweals%2Fopenssl.git Use new-style system-id macros. --- diff --git a/crypto/bn/bn.h b/crypto/bn/bn.h index 7129d36984..218907b8cd 100644 --- a/crypto/bn/bn.h +++ b/crypto/bn/bn.h @@ -68,7 +68,7 @@ extern "C" { #endif -#ifdef VMS +#ifdef OPENSSL_SYS_VMS #undef BN_LLONG /* experimental, so far... */ #endif