patch-asn1_time_t_c 319 B

123456789101112
  1. $OpenBSD: patch-asn1_time_t_c,v 1.1 2014/05/23 12:33:30 sthen Exp $
  2. --- asn1_time_t.c.orig Fri May 23 13:31:59 2014
  3. +++ asn1_time_t.c Fri May 23 13:32:05 2014
  4. @@ -14,6 +14,7 @@
  5. * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  6. */
  7. +#include <string.h>
  8. #include <time.h>
  9. #include <openssl/ssl.h>