mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
added lookup of ESP_NULL
This commit is contained in:
parent
24e72a311a
commit
0be0c52624
@ -338,6 +338,8 @@ int esp_from_encryption_algorithm(encryption_algorithm_t alg)
|
||||
return ESP_CAST;
|
||||
case ENCR_BLOWFISH:
|
||||
return ESP_BLOWFISH;
|
||||
case ENCR_NULL:
|
||||
return ESP_NULL;
|
||||
case ENCR_AES_CBC:
|
||||
return ESP_AES;
|
||||
case ENCR_AES_CTR:
|
||||
|
Loading…
x
Reference in New Issue
Block a user