summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-08-05 10:26:35 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-08-05 10:26:35 +0000
commit72fa9a0fe24777e6fa24eed9543f7e4f967e4227 (patch)
treee4d0b49299107e06a2b9d1a135e8e9ea1150978e
parent16f51e62035f2346891aaf497df5dbe98a1fd0f8 (diff)
downloadgnutls-72fa9a0fe24777e6fa24eed9543f7e4f967e4227.tar.gz
*** empty log message ***
-rw-r--r--lib/.cvsignore2
-rwxr-xr-xlib/x509_asn1.h4
-rw-r--r--lib/x509_der.h4
3 files changed, 5 insertions, 5 deletions
diff --git a/lib/.cvsignore b/lib/.cvsignore
index b370f32c5c..69ab419db9 100644
--- a/lib/.cvsignore
+++ b/lib/.cvsignore
@@ -12,4 +12,4 @@ Makefile
*.bbg
libgnutls-config
gnutls.h
-cert_ASN.c
+x509_ASN.c
diff --git a/lib/x509_asn1.h b/lib/x509_asn1.h
index 77e889f1c3..2c39762e2f 100755
--- a/lib/x509_asn1.h
+++ b/lib/x509_asn1.h
@@ -1,8 +1,8 @@
/*************************************************/
-/* File: cert_asn1.h */
+/* File: x509_asn1.h */
/* Description: list of exported object by */
-/* "cert_asn1.c" */
+/* "x509_asn1.c" */
/*************************************************/
#ifndef _GNUTLS_ASN1_H
diff --git a/lib/x509_der.h b/lib/x509_der.h
index bc2f3c77cd..024367f159 100644
--- a/lib/x509_der.h
+++ b/lib/x509_der.h
@@ -1,7 +1,7 @@
/*************************************************/
-/* File: cert_der.h */
+/* File: x509_der.h */
/* Description: list of exported object by */
-/* "cert_der.c" */
+/* "x509_der.c" */
/*************************************************/
#ifndef _GNUTLS_DER_H