CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2024/07/15 08:45:15
Modified files: lib/libssl : s3_lib.c ssl_local.h Log message: Mop up TLS1_PRF* defines. These have not been used for a long time, however SSL_CIPHER was not opaque at the time, hence they had to stick around. Now that SSL_CIPHER is opaque we can simply mop them up. ok tb@