
Library for Bert van Dam's book "ARM MICROCONTROLLERS" For all chapters with internet.
NetServices/services/mysql/sha1config.h@0:4edb816d21e1, 2015-10-16 (annotated)
- Committer:
- ICTFBI
- Date:
- Fri Oct 16 14:28:26 2015 +0000
- Revision:
- 0:4edb816d21e1
Pre-update 16-10-15
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
ICTFBI | 0:4edb816d21e1 | 1 | #ifndef SHA1CONFIG_H |
ICTFBI | 0:4edb816d21e1 | 2 | #define SHA1CONFIG_H |
ICTFBI | 0:4edb816d21e1 | 3 | |
ICTFBI | 0:4edb816d21e1 | 4 | #define POLARSSL_SHA1_C 1 |
ICTFBI | 0:4edb816d21e1 | 5 | |
ICTFBI | 0:4edb816d21e1 | 6 | #endif |