CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2019/01/21 03:28:52
Modified files: lib/libssl : Makefile ssl_locl.h Added files: lib/libssl : ssl_ciphers.c Log message: Add ssl_cipher_is_permitted(), an internal helper function that will be used in a few places shortly, e.g. in ssl_cipher_list_to_bytes(). ok jsing