You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2014/06/26 20:38:16 UTC

svn commit: r1605873 - /subversion/branches/svn-auth-x509/subversion/libsvn_subr/x509parse.c

Author: breser
Date: Thu Jun 26 18:38:16 2014
New Revision: 1605873

URL: http://svn.apache.org/r1605873
Log:
On svn-auth-x509 branch, stop including time.h.

* subversion/libsvn_subr/x509parse.c: Don't need time.h, originally was in the
    code to calculate if certs were expired, but we removed that bit.

Modified:
    subversion/branches/svn-auth-x509/subversion/libsvn_subr/x509parse.c

Modified: subversion/branches/svn-auth-x509/subversion/libsvn_subr/x509parse.c
URL: http://svn.apache.org/viewvc/subversion/branches/svn-auth-x509/subversion/libsvn_subr/x509parse.c?rev=1605873&r1=1605872&r2=1605873&view=diff
==============================================================================
--- subversion/branches/svn-auth-x509/subversion/libsvn_subr/x509parse.c (original)
+++ subversion/branches/svn-auth-x509/subversion/libsvn_subr/x509parse.c Thu Jun 26 18:38:16 2014
@@ -54,7 +54,6 @@
 #include <string.h>
 #include <stdlib.h>
 #include <stdio.h>
-#include <time.h>
 
 /*
  * ASN.1 DER decoding routines