CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2016/10/03 06:19:59
Modified files: usr.sbin/snmpd : usm.c Log message: use EVP_CipherFinal_ex instead of EVP_CipherFinal EVP_CipherFinal_ex has well defined behaviour, where EVP_CipherFinal can vary depending on the version of your ssl library. ok bcook@ jsing@