From: Karel Slany Date: Tue, 26 Jul 2016 10:21:37 +0000 (+0200) Subject: Removed SHA algorithm structures from public interface. X-Git-Tag: v1.1.0~2^2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2c77faa1230d407ea4ad38697ba57c932c32f8e8;p=thirdparty%2Fknot-resolver.git Removed SHA algorithm structures from public interface. --- diff --git a/lib/cookies/alg_sha.h b/lib/cookies/alg_sha.h index 7dad6a879..2eecc5f6f 100644 --- a/lib/cookies/alg_sha.h +++ b/lib/cookies/alg_sha.h @@ -21,10 +21,10 @@ #include "lib/defines.h" +/* These structures are not meant to be part of public interface. */ + /** HMAC-SHA256-64 client cookie algorithm. */ -KR_EXPORT extern const struct knot_cc_alg knot_cc_alg_hmac_sha256_64; /** HMAC-SHA256-64 server cookie algorithm. */ -KR_EXPORT extern const struct knot_sc_alg knot_sc_alg_hmac_sha256_64;