aboutsummaryrefslogtreecommitdiffstats
path: root/src/libipsec/esp_packet.h
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2013-08-05 14:59:10 +0200
committerTobias Brunner <tobias@strongswan.org>2013-10-11 15:55:40 +0200
commitd74c254dfd88b497a5262a3d8ce2dc7a684c74a8 (patch)
treebd54645885dfcffee68c42dd785078c71af3f626 /src/libipsec/esp_packet.h
parentb5010707a0baf53699abc9cb932795373cb1d18b (diff)
downloadstrongswan-d74c254dfd88b497a5262a3d8ce2dc7a684c74a8.tar.bz2
strongswan-d74c254dfd88b497a5262a3d8ce2dc7a684c74a8.tar.xz
ipsec: Use IV generator to encrypt ESP messages
Diffstat (limited to 'src/libipsec/esp_packet.h')
-rw-r--r--src/libipsec/esp_packet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libipsec/esp_packet.h b/src/libipsec/esp_packet.h
index ce8645825..f1941a3ba 100644
--- a/src/libipsec/esp_packet.h
+++ b/src/libipsec/esp_packet.h
@@ -91,7 +91,7 @@ struct esp_packet_t {
* @return - SUCCESS if encrypted
* - FAILED if sequence number cycled or any of the
* cryptographic functions failed
- * - NOT_FOUND if no suitable RNG could be found
+ * - NOT_FOUND if no suitable IV generator provided
*/
status_t (*encrypt)(esp_packet_t *this, esp_context_t *esp_context,
u_int32_t spi);