CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2013/07/16 05:32:05
Modified files: usr.sbin/httpd/src/modules/ssl: mod_ssl.c mod_ssl.h ssl_engine_config.c ssl_engine_init.c ssl_engine_kernel.c Log message: Define HonorCipherOrder as a FLAG (rather than as a TAKE1), so that it works correctly as a boolean on/off flag. While here, rename the variable so that it is consistent with existing naming scheme. ok otto@ djm@