From: Richard Levitte Date: Tue, 20 Feb 2001 07:43:22 +0000 (+0000) Subject: Use new-style system-id macros. X-Git-Tag: OpenSSL-engine-0_9_6a-beta1~9^5~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8120813066728ab4bd2d5c6d058f528e5cc627fc;p=thirdparty%2Fopenssl.git Use new-style system-id macros. --- diff --git a/crypto/bn/bn.h b/crypto/bn/bn.h index 7129d369849..218907b8cd0 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