diff options
author | 2014-04-18 15:53:24 +0000 | |
---|---|---|
committer | 2014-04-18 15:53:24 +0000 | |
commit | 6ca6ff8dd1fefea6a57d33b4840fe776006d8b1e (patch) | |
tree | 497b14d7025a1b43e591b130d322528059f486f9 /lib/libcrypto/uid.c | |
parent | Document support for "openssl s_client -starttls lmtp" (diff) | |
download | wireguard-openbsd-6ca6ff8dd1fefea6a57d33b4840fe776006d8b1e.tar.xz wireguard-openbsd-6ca6ff8dd1fefea6a57d33b4840fe776006d8b1e.zip |
remove include files not needed
Diffstat (limited to 'lib/libcrypto/uid.c')
-rw-r--r-- | lib/libcrypto/uid.c | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/lib/libcrypto/uid.c b/lib/libcrypto/uid.c index 80a033270dd..f6521bf8165 100644 --- a/lib/libcrypto/uid.c +++ b/lib/libcrypto/uid.c @@ -1,21 +1,7 @@ -/* - * Copyright (c) 2014 Theo de Raadt <deraadt@openbsd.org> - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES - * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF - * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR - * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES - * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN - * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF - * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +/* + * Written by Theo de Raadt. Public domain. */ -#include <openssl/crypto.h> -#include <openssl/opensslconf.h> #include <unistd.h> int |