X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=crypto%2Fx509%2Fx_x509.c;h=8a216c49cf75b603caca9dd616e85f65a040d6a8;hb=f000e82898af251442ca52e81fc1ee45996090dc;hp=75b17101a4556cb87add0409fb36b7b19f1198a4;hpb=8cc86b81ac20ff3e933ea7fd107a5a6066032330;p=openssl.git diff --git a/crypto/x509/x_x509.c b/crypto/x509/x_x509.c index 75b17101a4..8a216c49cf 100644 --- a/crypto/x509/x_x509.c +++ b/crypto/x509/x_x509.c @@ -1,5 +1,5 @@ /* - * Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved. * * 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 @@ -15,6 +15,10 @@ #include #include "crypto/x509.h" +#ifndef OPENSSL_NO_RFC3779 +DEFINE_STACK_OF(IPAddressFamily) +#endif + ASN1_SEQUENCE_enc(X509_CINF, enc, 0) = { ASN1_EXP_OPT(X509_CINF, version, ASN1_INTEGER, 0), ASN1_EMBED(X509_CINF, serialNumber, ASN1_INTEGER),