artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa5fabb
)
Include bytestring.h directly rather than pulling it in via asn1_locl.h
author
tb
<tb@openbsd.org>
Fri, 18 Nov 2022 15:10:51 +0000
(15:10 +0000)
committer
tb
<tb@openbsd.org>
Fri, 18 Nov 2022 15:10:51 +0000
(15:10 +0000)
lib/libcrypto/hmac/hm_ameth.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/hmac/hm_ameth.c
b/lib/libcrypto/hmac/hm_ameth.c
index
858110a
..
faaa04b
100644
(file)
--- a/
lib/libcrypto/hmac/hm_ameth.c
+++ b/
lib/libcrypto/hmac/hm_ameth.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: hm_ameth.c,v 1.1
4 2022/11/18 15:01:04
tb Exp $ */
+/* $OpenBSD: hm_ameth.c,v 1.1
5 2022/11/18 15:10:51
tb Exp $ */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project 2007.
*/
@@
-64,6
+64,7
@@
#include <openssl/hmac.h>
#include "asn1_locl.h"
+#include "bytestring.h"
#include "evp_locl.h"
#include "hmac_local.h"