Fix for bug 6032:

After changing the ssl_keys UAT, reparse the list and reload the keys.


svn path=/trunk/; revision=40200
This commit is contained in:
Sake Blok 2011-12-14 18:24:41 +00:00
parent 1460765248
commit 418863f88d
2 changed files with 2 additions and 2 deletions

View File

@ -2362,7 +2362,7 @@ proto_register_dtls(void)
dtlsdecrypt_copy_cb,
NULL, /* dtlsdecrypt_update_cb? */
dtlsdecrypt_free_cb,
NULL,
dtls_parse,
dtlskeylist_uats_flds);
prefs_register_uat_preference(dtls_module, "cfg",

View File

@ -5007,7 +5007,7 @@ proto_register_ssl(void)
ssldecrypt_copy_cb,
ssldecrypt_update_cb,
ssldecrypt_free_cb,
NULL,
ssl_parse,
sslkeylist_uats_flds);
prefs_register_uat_preference(ssl_module, "key_table",