summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/free/freenull.c.head
diff options
context:
space:
mode:
authorcvs2svn <admin@example.com>2019-11-19 19:57:05 +0000
committercvs2svn <admin@example.com>2019-11-19 19:57:05 +0000
commite9f9eb6198f1757b7c0dfef043fadf1fa8243022 (patch)
treeb5a648f6ccaf6c1cd9915ddb45503d1fccfeba0e /src/regress/lib/libcrypto/free/freenull.c.head
parentab72e3a6f7e8d5c71bbba034410468781d5923b6 (diff)
downloadopenbsd-bluhm_20191119.tar.gz
openbsd-bluhm_20191119.tar.bz2
openbsd-bluhm_20191119.zip
This commit was manufactured by cvs2git to create tag 'bluhm_20191119'.bluhm_20191119
Diffstat (limited to 'src/regress/lib/libcrypto/free/freenull.c.head')
-rw-r--r--src/regress/lib/libcrypto/free/freenull.c.head28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/regress/lib/libcrypto/free/freenull.c.head b/src/regress/lib/libcrypto/free/freenull.c.head
deleted file mode 100644
index 0331368e21..0000000000
--- a/src/regress/lib/libcrypto/free/freenull.c.head
+++ /dev/null
@@ -1,28 +0,0 @@
1/* $OpenBSD: freenull.c.head,v 1.3 2019/11/02 15:38:46 jsing Exp $ */
2
3#include <openssl/asn1.h>
4#include <openssl/cmac.h>
5#include <openssl/cms.h>
6#include <openssl/comp.h>
7#include <openssl/conf_api.h>
8#include <openssl/dso.h>
9#ifndef OPENSSL_NO_ENGINE
10#include <openssl/engine.h>
11#endif
12#include <openssl/gost.h>
13#include <openssl/hmac.h>
14#include <openssl/ocsp.h>
15#include <openssl/pkcs12.h>
16#include <openssl/ts.h>
17#include <openssl/ui.h>
18#include <openssl/txt_db.h>
19#include <openssl/x509.h>
20#include <openssl/x509v3.h>
21
22#include <err.h>
23#include <stdio.h>
24#include <string.h>
25
26int
27main(int argc, char **argv)
28{