aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.h
diff options
context:
space:
mode:
authorSake Blok <sake@euronet.nl>2010-01-22 23:09:19 +0000
committerSake Blok <sake@euronet.nl>2010-01-22 23:09:19 +0000
commit6a87ff25699d3b97348deab8b258ae16c76a72ec (patch)
tree2c3350e89b71a0317b62d37b21980be63a231f2f /epan/dissectors/packet-ssl-utils.h
parent55a84401623e9aefe653bf26bbb5e50b4a16b7aa (diff)
Fix a spelling error : entrypted -> encrypted
(found by Adam Langley in bug 4349) svn path=/trunk/; revision=31628
Diffstat (limited to 'epan/dissectors/packet-ssl-utils.h')
-rw-r--r--epan/dissectors/packet-ssl-utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ssl-utils.h b/epan/dissectors/packet-ssl-utils.h
index 441321f92c..5c00c97f87 100644
--- a/epan/dissectors/packet-ssl-utils.h
+++ b/epan/dissectors/packet-ssl-utils.h
@@ -393,12 +393,12 @@ ssl_change_cipher(SslDecryptSession *ssl_session, gboolean server);
/* Try to decrypt in place the encrypted pre_master_secret
@param ssl_session the store for the decrypted pre_master_secret
- @param entrypted_pre_master the rsa encrypted pre_master_secret
+ @param encrypted_pre_master the rsa encrypted pre_master_secret
@param pk the private key to be used for decryption
@return 0 on success */
extern gint
ssl_decrypt_pre_master_secret(SslDecryptSession*ssl_session,
- StringInfo* entrypted_pre_master, SSL_PRIVATE_KEY *pk);
+ StringInfo* encrypted_pre_master, SSL_PRIVATE_KEY *pk);
/* Try to decrypt an ssl record
@param ssl_session the store all the session data