CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/11/18 13:03:36
Modified files: lib/libcrypto/hmac: hm_ameth.c Log message: Check os for NULL before dereferencing it Avoids a segfault when both priv == NULL and os == NULL. ok miod