forked from Lainports/freebsd-ports
- Pet portlint - Bump portrevision PR: ports/119398 Submitted by: Takeharu KATO <takeharu1219@ybb.ne.jp> Approved by: (maintainer timeout)
11 lines
344 B
C
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)
|