Differences From Artifact [60cd8b85ae]:
- File cackey.c — part of check-in [e4e500972a] at 2019-06-09 18:35:45 on branch trunk — Minor cleanup (user: rkeene, size: 224304) [annotate] [blame] [check-ins using]
To Artifact [11f5663297]:
- File cackey.c — part of check-in [5504b5dd47] at 2019-11-15 08:52:17 on branch rfc-6234 — Replace a non-free implementation of SHA1 hash from RFC-3174 by a free one from RFC-6234. (user: sergei, size: 224303) [annotate] [blame] [check-ins using] [more...]
︙ | |||
60 61 62 63 64 65 66 | 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 | - + | #ifndef NULL_PTR # define NULL_PTR 0 #endif #include "pkcs11.h" #include "pkcs11n.h" #include "asn1-x509.h" |
︙ |