commit | fbc4a45f155f62e8a3cb472c5f004699c4bdacbb | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Fri Mar 25 09:07:46 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Fri Mar 25 09:07:46 2011 +0000 |
tree | 39f1a24af80c47ba2a3fa7cc45c78affc8e23acb | |
parent | 1fd00bfe82af7c52f3d0d042cbd97e554d84b9ad [diff] |
- Fixed typo in define
diff --git a/include/polarssl/ssl.h b/include/polarssl/ssl.h index 5931c57..1e01253 100644 --- a/include/polarssl/ssl.h +++ b/include/polarssl/ssl.h
@@ -126,7 +126,7 @@ #define SSL_ALERT_MSG_CLOSE_NOTIFY 0 #define SSL_ALERT_MSG_UNEXPECTED_MESSAGE 10 -#define SSL_ALERT_MSG_BAD_RECORD_MAD 20 +#define SSL_ALERT_MSG_BAD_RECORD_MAC 20 #define SSL_ALERT_MSG_DECRYPTION_FAILED 21 #define SSL_ALERT_MSG_RECORD_OVERFLOW 22 #define SSL_ALERT_MSG_DECOMPRESSION_FAILURE 30