363N/A--- /tmp/Configure Fri Feb 11 14:40:39 2011
363N/A+++ openssl-1.0.0d/Configure Fri Feb 11 14:41:36 2011
1426N/A-my $usage="Usage: Configure [no-<cipher> ...] [enable-<cipher> ...] [experimental-<cipher> ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-hw-xxx|no-hw] [[no-]threads] [[no-]shared] [[no-]zlib|zlib-dynamic] [no-asm] [no-dso] [no-krb5] [sctp] [386] [--prefix=DIR] [--openssldir=OPENSSLDIR] [--with-xxx[=vvv]] [--test-sanity] os/compiler[:flags]\n";
1426N/A+my $usage="Usage: Configure --pk11-libname=PK11_LIB_LOCATION [no-<cipher> ...] [enable-<cipher> ...] [experimental-<cipher> ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-hw-xxx|no-hw] [[no-]threads] [[no-]shared] [[no-]zlib|zlib-dynamic] [no-asm] [no-dso] [no-krb5] [sctp] [386] [--prefix=DIR] [--openssldir=OPENSSLDIR] [--with-xxx[=vvv]] [--test-sanity] os/compiler[:flags]\n";
363N/A+ print STDERR "See README.pkcs11 for more information.\n";
363N/A--- /tmp/Makefile.org Fri Feb 11 14:41:54 2011
363N/A+++ openssl-1.0.0d/Makefile.org Fri Feb 11 14:38:01 2011
363N/A INSTALLTOP=/usr/local/ssl
363N/A OPENSSLDIR=/usr/local/ssl
2041N/A--- /tmp/Makefile Mon Feb 14 14:59:22 2011
2041N/A+++ openssl-1.0.0d/engines/Makefile Mon Feb 14 15:00:35 2011
2041N/A LIB=$(TOP)/libcrypto.a
2041N/A LIBSRC= e_4758cca.c \
2041N/A LIBOBJ= e_4758cca.o \
2041N/A $(MAKE) -f ../Makefile.shared -e \
2041N/A--- crypto/engine/eng_all.c Thu Sep 5 12:59:50 2013
2041N/A+++ openssl-1.0.1e/crypto/engine/eng_all.c Thu Sep 5 12:59:50 2013
2041N/A #include "cryptlib.h"
2041N/A+ * defined in libcrypto.so for ssh. Instead of load pkcs11 engine, it load dynamic
2041N/A--- crypto/dso/dso_lib.c Thu Sep 5 12:59:50 2013
2041N/A+++ openssl-1.0.1e/crypto/dso/dso_lib.c Thu Sep 5 12:59:50 2013
4002N/A+ char *fullpath = "/lib/openssl/engines/libpk11.so";
2041N/A--- /tmp/engine.h Fri Feb 11 14:46:24 2011
2041N/A+++ openssl-1.0.0d/crypto/engine/engine.h Fri Feb 11 14:47:32 2011