From 2e4d3f6e63a68217dd58005dd834014ac0d58e48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Wed, 26 Aug 1998 09:08:20 +0200 Subject: [PATCH] *** empty log message *** Rev: lib/modules/SSL.pmod/constants.pike:1.4 --- lib/modules/SSL.pmod/constants.pike | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/modules/SSL.pmod/constants.pike b/lib/modules/SSL.pmod/constants.pike index 6ef1d63237..f3f938f1b0 100644 --- a/lib/modules/SSL.pmod/constants.pike +++ b/lib/modules/SSL.pmod/constants.pike @@ -1,4 +1,4 @@ -/* $Id: constants.pike,v 1.3 1997/05/31 22:03:53 grubba Exp $ +/* $Id: constants.pike,v 1.4 1998/08/26 07:08:20 nisse Exp $ * */ @@ -117,10 +117,10 @@ constant SSL_dh_anon_with_3des_ede_cbc_sha = 0x001b; constant SSL_fortezza_dms_with_null_sha = 0x001c; constant SSL_fortezza_dms_with_fortezza_cbc_sha = 0x001d; constant SSL_fortezza_dms_with_rc4_128_sha = 0x001e; - + constant CIPHER_SUITES = ([ SSL_null_with_null_null : ({ 0, 0, 0 }), - SSL_rsa_with_null_md5 : ({ KE_rsa, 0, HASH_md5 }), + SSL_rsa_with_null_md5 : ({ KE_rsa, 0, HASH_md5 }), SSL_rsa_with_null_sha : ({ KE_rsa, 0, HASH_sha }), SSL_rsa_export_with_rc4_40_md5 : ({ KE_rsa, CIPHER_rc4_40, HASH_md5 }), SSL_rsa_with_rc4_128_sha : ({ KE_rsa, CIPHER_rc4, HASH_sha }), -- GitLab