X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fopenssl%2Fasn1t.h;h=06d85e428483e9e03664a840b5d530a548b8e436;hb=3037d0aadf7c0230021aa73e1f3db0d9f25008a9;hp=c15232078516cd6637fb50679158a052b74efc16;hpb=672f943ad6c6d16b1f65a77b8e2c83c8f44a112b;p=oweals%2Fopenssl.git diff --git a/include/openssl/asn1t.h b/include/openssl/asn1t.h index c152320785..06d85e4284 100644 --- a/include/openssl/asn1t.h +++ b/include/openssl/asn1t.h @@ -1,7 +1,7 @@ /* * Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL license (the "License"). You may not use + * Licensed under the Apache License 2.0 (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 @@ -915,7 +915,7 @@ DECLARE_ASN1_ITEM(ZINT64) DECLARE_ASN1_ITEM(UINT64) DECLARE_ASN1_ITEM(ZUINT64) -# if OPENSSL_API_COMPAT < 0x30000000L +# if !OPENSSL_API_3 /* * LONG and ZLONG are strongly discouraged for use as stored data, as the * underlying C type (long) differs in size depending on the architecture.