summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-02-25 16:38:28 +0100
committerSimon Josefsson <simon@josefsson.org>2008-02-25 16:38:28 +0100
commitcc77b5474d9aaf9dc0622e5bccc6323d7ecca2ab (patch)
tree45af472a56a25f0d52ac5c2403b188432eef2a48 /lib
parentcb768a4eb475fcb860f567600d959159f6babb58 (diff)
downloadgnutls-cc77b5474d9aaf9dc0622e5bccc6323d7ecca2ab.tar.gz
Rename x509.h to x509_int.h.
Diffstat (limited to 'lib')
-rw-r--r--lib/x509/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/x509/Makefile.am b/lib/x509/Makefile.am
index 621066786f..56c65de6d4 100644
--- a/lib/x509/Makefile.am
+++ b/lib/x509/Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation
+# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation
#
# This file is part of GNUTLS.
#
@@ -30,10 +30,10 @@ noinst_LTLIBRARIES = libgnutls_x509.la
libgnutls_x509_la_SOURCES = crl.c dn.c common.c x509.c extensions.c \
dsa.c rfc2818_hostname.c verify.c mpi.c privkey.c pkcs7.c \
- crq.c sign.c privkey_pkcs8.c pkcs12.c pkcs12_bag.c \
- pkcs12_encr.c x509_write.c crl_write.c dn.h common.h x509.h \
- extensions.h pkcs7.h verify.h mpi.h crq.h sign.h privkey.h \
- pkcs12.h rfc2818.h dsa.h output.c
+ crq.c sign.c privkey_pkcs8.c pkcs12.c pkcs12_bag.c \
+ pkcs12_encr.c x509_write.c crl_write.c dn.h common.h \
+ x509_int.h extensions.h pkcs7.h verify.h mpi.h crq.h sign.h \
+ privkey.h pkcs12.h rfc2818.h dsa.h output.c
EXTRA_DIST = x509-api.texi