summaryrefslogtreecommitdiffstats
path: root/usr.bin/dig/lib/isc/hmacmd5.c
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2020-02-12 22:26:15 +0000
committerjsg <jsg@openbsd.org>2020-02-12 22:26:15 +0000
commit841afb518d9ceb24ca11844afdef21fdd5622e7c (patch)
treed1375efa85ab502d12a55168068700b23597bb8a /usr.bin/dig/lib/isc/hmacmd5.c
parentimprove parsing of relay {} sections: (diff)
downloadwireguard-openbsd-841afb518d9ceb24ca11844afdef21fdd5622e7c.tar.xz
wireguard-openbsd-841afb518d9ceb24ca11844afdef21fdd5622e7c.zip
remove some files containing only comments
Diffstat (limited to 'usr.bin/dig/lib/isc/hmacmd5.c')
-rw-r--r--usr.bin/dig/lib/isc/hmacmd5.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/usr.bin/dig/lib/isc/hmacmd5.c b/usr.bin/dig/lib/isc/hmacmd5.c
deleted file mode 100644
index 5733701191f..00000000000
--- a/usr.bin/dig/lib/isc/hmacmd5.c
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
- *
- * Permission to use, copy, modify, and/or 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 ISC DISCLAIMS ALL WARRANTIES WITH
- * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
- * AND FITNESS. IN NO EVENT SHALL ISC 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.
- */
-
-/* $Id: hmacmd5.c,v 1.1 2020/02/07 09:58:53 florian Exp $ */
-
-/*! \file
- * This code implements the HMAC-MD5 keyed hash algorithm
- * described in RFC2104.
- */
-
-
-
-
-