summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/free/freenull.c.tail
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/free/freenull.c.tail')
-rw-r--r--src/regress/lib/libcrypto/free/freenull.c.tail28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/regress/lib/libcrypto/free/freenull.c.tail b/src/regress/lib/libcrypto/free/freenull.c.tail
deleted file mode 100644
index e83e9e4aa2..0000000000
--- a/src/regress/lib/libcrypto/free/freenull.c.tail
+++ /dev/null
@@ -1,28 +0,0 @@
1/* $OpenBSD: freenull.c.tail,v 1.2 2018/07/10 20:55:57 tb Exp $ */
2
3 BIO_free_all(NULL);
4 NCONF_free_data(NULL);
5 _CONF_free_data(NULL);
6
7 lh_FUNCTION_free(NULL);
8
9 sk_ASN1_OBJECT_pop_free(NULL, NULL);
10 sk_CONF_VALUE_pop_free(NULL, NULL);
11 sk_GENERAL_NAME_pop_free(NULL, NULL);
12 sk_OCSP_CERTID_free(NULL);
13 sk_OPENSSL_STRING_free(NULL);
14 sk_PKCS12_SAFEBAG_pop_free(NULL, NULL);
15 sk_PKCS7_pop_free(NULL, NULL);
16 sk_X509_ATTRIBUTE_free(NULL);
17 sk_X509_CRL_pop_free(NULL, NULL);
18 sk_X509_EXTENSION_pop_free(NULL, NULL);
19 sk_X509_INFO_free(NULL);
20 sk_X509_INFO_pop_free(NULL, NULL);
21 sk_X509_NAME_ENTRY_pop_free(NULL, NULL);
22 sk_X509_free(NULL);
23 sk_X509_pop_free(NULL, NULL);
24
25 printf("PASS\n");
26
27 return 0;
28}