CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/04/25 01:10:39
Modified files:
lib/libssl : ssl.h ssl_cert.c ssl_ciph.c ssl_lib.c
ssl_locl.h ssl_rsa.c ssl_sess.c
Log message:
OpenSSL started adding const to functions all over the place. Make all
our libssl functions match theirs wrt const, except for BIO_f_ssl(3)
which will be fixed in a later step.
this went through a i386 bulk by sthen
ok jsing
