diff options
author | Wyllys Ingersoll <wyllys.ingersoll@sun.com> | 2009-07-02 15:06:50 -0700 |
---|---|---|
committer | Wyllys Ingersoll <wyllys.ingersoll@sun.com> | 2009-07-02 15:06:50 -0700 |
commit | a398035bff356df3a17376cda89486682fb1f23b (patch) | |
tree | 30cf29063ab31b7a83c4d691e6e0cb1365247173 /usr/src/lib/libkmf/plugins/kmf_openssl | |
parent | dd9e16da4243358c2e9251a4ca5d50f56e0adc68 (diff) | |
download | illumos-gate-a398035bff356df3a17376cda89486682fb1f23b.tar.gz |
6855407 kernel crypto module reports firmware version incorrectly
6854979 kmf_pkcs11.so.1 has bad SONAME and versioning
Diffstat (limited to 'usr/src/lib/libkmf/plugins/kmf_openssl')
-rw-r--r-- | usr/src/lib/libkmf/plugins/kmf_openssl/Makefile.com | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/src/lib/libkmf/plugins/kmf_openssl/Makefile.com b/usr/src/lib/libkmf/plugins/kmf_openssl/Makefile.com index c2727b0e1f..c6182dde43 100644 --- a/usr/src/lib/libkmf/plugins/kmf_openssl/Makefile.com +++ b/usr/src/lib/libkmf/plugins/kmf_openssl/Makefile.com @@ -51,7 +51,6 @@ CPPFLAGS += -D_REENTRANT $(KMFINC) \ -I$(INCDIR) -I/usr/include/libxml2 PICS= $(OBJECTS:%=pics/%) -SONAME= $(DYNLIB) lint:= OPENSSLLIBS= $(LINTSSLLIBS) lint:= OPENSSLLIBS64= $(LINTSSLLIBS64) |