Project

General

Profile

« Previous | Next » 

Revision 1cdd7dd2

Added by Jim Pingle over 5 years ago

Revert "strip hash algo if ealgo == *gcm"

This reverts commit 1f8e92a30c1db4f96625b4591a65902492084eb3.

View differences:

src/etc/inc/ipsec.inc
1869 1869
	}
1870 1870

  
1871 1871
	/* Add the hash algorithm (if present) */
1872
	if (!empty($halgo) && !strpos($ealg_id, "gcm")) {
1872
	if (!empty($halgo)) {
1873 1873
		/* If there is some content in the propsal already, add a
1874 1874
		 * separator */
1875 1875
		if (!empty($palgo)) {

Also available in: Unified diff