diff options
| author | Tomas Hozza <thozza@redhat.com> | 2014-08-21 16:37:44 +0200 |
|---|---|---|
| committer | Tomas Hozza <thozza@redhat.com> | 2014-10-14 14:02:38 +0200 |
| commit | dce2d1bd1c15bb6a5b3edbc5cff4cd02336ac7f4 (patch) | |
| tree | 1374f5404cc9afe5e3cadb7d4f51805d376b2485 /bind97-dist-pkcs11.patch | |
| parent | 23b1421845d9c6446c744992573e15725b5e1516 (diff) | |
Added native PKCS#11 functionality
Resolves: rhbz#1097752
Signed-off-by: Tomas Hozza <thozza@redhat.com>
Diffstat (limited to 'bind97-dist-pkcs11.patch')
| -rw-r--r-- | bind97-dist-pkcs11.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/bind97-dist-pkcs11.patch b/bind97-dist-pkcs11.patch deleted file mode 100644 index cf8c9f0..0000000 --- a/bind97-dist-pkcs11.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -up bind-9.7.0b1/configure.in.dist-pkcs11 bind-9.7.0b1/configure.in ---- bind-9.7.0b1/configure.in.dist-pkcs11 2009-11-03 11:37:25.481430279 +0100 -+++ bind-9.7.0b1/configure.in 2009-11-03 11:41:04.573930858 +0100 -@@ -721,15 +721,16 @@ AC_ARG_WITH(pkcs11, - case "$use_pkcs11" in - no|'') - AC_MSG_RESULT(disabled) -- USE_PKCS11='' - PKCS11_TOOLS='' - ;; - yes|*) - AC_MSG_RESULT(using OpenSSL with PKCS11 support) -- USE_PKCS11='-DUSE_PKCS11' - PKCS11_TOOLS=pkcs11 - ;; - esac -+# We don't want to automatically load engine because it needs to have openct, -+# opencryptoki and friends installed. -+USE_PKCS11='' - AC_SUBST(USE_PKCS11) - AC_SUBST(PKCS11_TOOLS) - |
