X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=include%2Fopenssl%2Fopensslv.h;fp=include%2Fopenssl%2Fopensslv.h;h=9bb0f80ae0743ddc1b57730ac83c4c4c4d129db6;hp=08d907588f1c511ce238ede1dfd301e2be3148b5;hb=a4abcaeab8b0e1b01f76cddda70a437991c1ff57;hpb=c6048af23c577bcf85f15122dd03b65f959c9ecb;ds=sidebyside diff --git a/include/openssl/opensslv.h b/include/openssl/opensslv.h index 08d907588f..9bb0f80ae0 100644 --- a/include/openssl/opensslv.h +++ b/include/openssl/opensslv.h @@ -126,9 +126,9 @@ const char *OPENSSL_version_build_metadata(void); # if !OPENSSL_API_4 /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */ # ifdef OPENSSL_VERSION_PRE_RELEASE -# define _OPENSSL_VERSION_PRE_RELEASE 0x0 +# define _OPENSSL_VERSION_PRE_RELEASE 0x0L # else -# define _OPENSSL_VERSION_PRE_RELEASE 0xf +# define _OPENSSL_VERSION_PRE_RELEASE 0xfL # endif # define OPENSSL_VERSION_NUMBER \ ( (OPENSSL_VERSION_MAJOR<<28) \