X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=include%2Fopenssl%2Fopensslv.h;h=241856dfb3ef739cba87b10a360d9c25fdc72c13;hp=d85d1f3882a09ce4f11c6babcf960539df886a26;hb=b7fb239438fb289a69e9420ad1edacf3bd1c5d69;hpb=37d42aae2e40354ee0c5e077f09c8aed5b3132d2 diff --git a/include/openssl/opensslv.h b/include/openssl/opensslv.h index d85d1f3882..241856dfb3 100644 --- a/include/openssl/opensslv.h +++ b/include/openssl/opensslv.h @@ -1,3 +1,12 @@ +/* + * Copyright 1999-2018 The OpenSSL Project Authors. All Rights Reserved. + * + * Licensed under the OpenSSL license (the "License"). You may not use + * this file except in compliance with the License. You can obtain a copy + * in the file LICENSE in the source distribution or at + * https://www.openssl.org/source/license.html + */ + #ifndef HEADER_OPENSSLV_H # define HEADER_OPENSSLV_H @@ -30,12 +39,8 @@ extern "C" { * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for * major minor fix final patch/beta) */ -# define OPENSSL_VERSION_NUMBER 0x10100005L -# ifdef OPENSSL_FIPS -# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre5-fips-dev xx XXX xxxx" -# else -# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre5-dev xx XXX xxxx" -# endif +# define OPENSSL_VERSION_NUMBER 0x10101005L +# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1-pre5-dev xx XXX xxxx" /*- * The macros below are to be used for shared library (.so, .dll, ...)