summaryrefslogtreecommitdiff
path: root/devel/uclmmbase/files/hmac.h.bsd
diff options
context:
space:
mode:
Diffstat (limited to 'devel/uclmmbase/files/hmac.h.bsd')
-rw-r--r--devel/uclmmbase/files/hmac.h.bsd4
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/uclmmbase/files/hmac.h.bsd b/devel/uclmmbase/files/hmac.h.bsd
deleted file mode 100644
index 38a000e15dcd..000000000000
--- a/devel/uclmmbase/files/hmac.h.bsd
+++ /dev/null
@@ -1,4 +0,0 @@
-#include <openssl/hmac.h>
-
-#define hmac_md5(data, datalen, key, keylen, digest) \
- HMAC(EVP_md5(), key, keylen, data, datalen, digest, NULL)