ike: Rename encryption_payload to encrypted_payload

This commit is contained in:
Tobias Brunner
2014-10-10 09:30:25 +02:00
parent 7fb363c8f7
commit 147fe503af
10 changed files with 98 additions and 102 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ typedef struct message_t message_t;
*
* The message handles parsing and generation of payloads
* via parser_t/generator_t. Encryption is done transparently
* via the encryption_payload_t. A set of rules for messages
* via the encrypted_payload_t. A set of rules for messages
* and payloads does check parsed messages.
*/
struct message_t {