summaryrefslogtreecommitdiff
path: root/net/v6eval/files/patch-hmac.c
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-05-03 20:28:15 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-05-03 20:28:15 +0000
commitf8bfefd73719dc0ac3cd8d3da049797b6ecfaa2d (patch)
tree1f56cce0b387ef48c60470ad9bbb154027aadf9b /net/v6eval/files/patch-hmac.c
parentDRI stands for Domain Registration Interface and aims to be, (diff)
- Update to 3.3.2.
- Add LICENSE. - Mark MAKE_JOBS_SAFE.
Notes
Notes: svn path=/head/; revision=317237
Diffstat (limited to 'net/v6eval/files/patch-hmac.c')
-rw-r--r--net/v6eval/files/patch-hmac.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/v6eval/files/patch-hmac.c b/net/v6eval/files/patch-hmac.c
deleted file mode 100644
index 54438e569464..000000000000
--- a/net/v6eval/files/patch-hmac.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/Pz/crypto/hmac/hmac.c 2002-05-27 18:56:19.000000000 +0900
-+++ lib/Pz/crypto/hmac/hmac.c 2008-01-01 04:48:38.000000000 +0900
-@@ -60,7 +60,7 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
--#include <openssl/hmac.h>
-+#include "hmac.h"
-
- void HMAC_Init(HMAC_CTX *ctx, const void *key, int len,
- const EVP_MD *md)