freebsd-ports/net/v6eval/files/patch-hmac.c
Beech Rintoul ad2d57dc8e - Fix build with OpenSSL-0.9.8b
- Pet portlint
- Bump portrevision

PR:		ports/119398
Submitted by:	Takeharu KATO <takeharu1219@ybb.ne.jp>
Approved by:	(maintainer timeout)
2008-01-31 02:32:19 +00:00

11 lines
344 B
C

--- 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)