aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2019-01-22 08:59:48 -0800
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2019-01-28 15:57:10 -0800
commit9203ffc82c806a29987d3797865d01dbcbfd18bf (patch)
tree4073132f61cc79ebdef01bc6c41a6c9f4355e125
parenta36f5d018ce1d07ffa1025d851dea50c88f7a961 (diff)
downloadopenssl-pkcs11-export-9203ffc82c806a29987d3797865d01dbcbfd18bf.tar.gz
Rename files for function
No need to have an openssl- prefix the current file is simply a pkcs11 provider so call it pkcs11.c Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
-rw-r--r--Makefile.am2
-rw-r--r--pkcs11.c (renamed from openssl-pkcs11.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 378b142..a3308fc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,6 +4,6 @@ pkcs11_LTLIBRARIES=openssl-pkcs11.la
pkcs11dir=@pkcs11_dir@
openssl_pkcs11_la_LDFLAGS= -module -no-undefined -avoid-version -shared
-openssl_pkcs11_la_SOURCES= openssl-pkcs11.c
+openssl_pkcs11_la_SOURCES= pkcs11.c
openssl_pkcs11_la_CFLAGS = $(CFLAGS) $(CRYPTO_CFLAGS) -Werror
openssl_pkcs11_la_LIBADD = $(CRYPTO_LIBS)
diff --git a/openssl-pkcs11.c b/pkcs11.c
index ef11341..ef11341 100644
--- a/openssl-pkcs11.c
+++ b/pkcs11.c