diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2017-02-03 13:01:00 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2017-02-03 13:01:00 +0000 |
commit | c6342fe2e90510d8d2296423f2ca92818a7b3d18 (patch) | |
tree | 0cc9064980c804a7bf5cc6d96c9249950c7e56a9 /examples/config.h.in | |
parent | 65be028f32ed37dce84f6328d4a7172132c8c224 (diff) |
Notes
Diffstat (limited to 'examples/config.h.in')
-rw-r--r-- | examples/config.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/config.h.in b/examples/config.h.in index e645acea1744..7145f80e4df8 100644 --- a/examples/config.h.in +++ b/examples/config.h.in @@ -36,8 +36,8 @@ /* Define to 1 if you have the <getopt.h> header file. */ #undef HAVE_GETOPT_H -/* If you have HMAC_CTX_init */ -#undef HAVE_HMAC_CTX_INIT +/* If you have HMAC_Update */ +#undef HAVE_HMAC_UPDATE /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H |