File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 103103 <option { $privprotocol eq " des" ? " selected" : " " } >des</option >
104104 <option { $privprotocol eq " aes" ? " selected" : " " } >aes</option >
105105 <option { $privprotocol eq " 3des" ? " selected" : " " } >3des</option >
106- <option { $privprotocol eq " cfb192-aes" ? " selected" : " " } >cfb192-aes (draft protocol)</option >
107- <option { $privprotocol eq " cfb256-aes" ? " selected" : " " } >cfb256-aes (draft protocol)</option >
108- <option { $privprotocol eq " aes192c" ? " selected" : " " } >aes192c (cisco protocol)</option >
109- <option { $privprotocol eq " aes256c" ? " selected" : " " } >aes256c (cisco protocol)</option >
106+ <option { $privprotocol eq " cfb192-aes" ? " selected" : " " } value = " cfb192-aes " >cfb192-aes (draft protocol)</option >
107+ <option { $privprotocol eq " cfb256-aes" ? " selected" : " " } value = " cfb256-aes " >cfb256-aes (draft protocol)</option >
108+ <option { $privprotocol eq " aes192c" ? " selected" : " " } value = " aes192c " >aes192c (cisco protocol)</option >
109+ <option { $privprotocol eq " aes256c" ? " selected" : " " } value = " aes256c " >aes256c (cisco protocol)</option >
110110 </select >
111111 </div >
112112 <label for =' authpass' >{ _" Privacy password" } </label >
You can’t perform that action at this time.
0 commit comments