summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-05-02 12:40:13 +0000
committerSimon Josefsson <simon@josefsson.org>2007-05-02 12:40:13 +0000
commitf8155a1b22ce752368b2f8eeccbd636189b14c16 (patch)
tree1553d2d2c0edecb79b407d0aad97886ebf110aef
parent2ed0dc0e4b655e96cd73218e7e54a113d1ac572d (diff)
downloadgnutls-f8155a1b22ce752368b2f8eeccbd636189b14c16.tar.gz
Rename, for GTK-DOC.
-rw-r--r--pkcs11/Makefile.am2
-rw-r--r--pkcs11/cryptoki.h (renamed from pkcs11/pkcs11.h)0
-rw-r--r--pkcs11/gnutls_pkcs11.c2
3 files changed, 2 insertions, 2 deletions
diff --git a/pkcs11/Makefile.am b/pkcs11/Makefile.am
index ee160fa0e0..b51d00340f 100644
--- a/pkcs11/Makefile.am
+++ b/pkcs11/Makefile.am
@@ -25,7 +25,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/lgl -I$(top_builddir)/lgl \
lib_LTLIBRARIES = libgnutls-pkcs11.la
-libgnutls_pkcs11_la_SOURCES = gnutls_pkcs11.c pkcs11.h
+libgnutls_pkcs11_la_SOURCES = gnutls_pkcs11.c cryptoki.h
libgnutls_pkcs11_la_LDFLAGS = -no-undefined \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
libgnutls_pkcs11_la_LIBADD = ../lib/libgnutls.la
diff --git a/pkcs11/pkcs11.h b/pkcs11/cryptoki.h
index 7d18f23180..7d18f23180 100644
--- a/pkcs11/pkcs11.h
+++ b/pkcs11/cryptoki.h
diff --git a/pkcs11/gnutls_pkcs11.c b/pkcs11/gnutls_pkcs11.c
index adec159fed..34ab565a72 100644
--- a/pkcs11/gnutls_pkcs11.c
+++ b/pkcs11/gnutls_pkcs11.c
@@ -27,7 +27,7 @@
#include "gnutls_errors.h"
#include "auth_cert.h"
-#include "pkcs11.h"
+#include "cryptoki.h"
/* The logic of PKCS#11 support in GnuTLS is as follows, for the
* gnutls_pkcs11_get_ca_certificates() function. Enable debug logging