CTR, HASH and HMAC DRBGs in provider
[openssl.git] / crypto / x509 / x_x509.c
index 75b17101a4556cb87add0409fb36b7b19f1198a4..8a216c49cf75b603caca9dd616e85f65a040d6a8 100644 (file)
@@ -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
 #include <openssl/x509v3.h>
 #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),