CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2021/08/27 10:12:33
Modified files: lib/libcrypto/hkdf: hkdf.c Log message: Remove unused #include <assert.h>. This is from upstream where there is an assert() that EVP_MD_size(digest) matches the length returned by HMAC(). We avoid asserts in our libraries. >From Martin Vahlensieck