diff --git a/install-64-and-32-bit-linux.sh b/install-64-and-32-bit-linux.sh index 1cf121b..b1d1813 100755 --- a/install-64-and-32-bit-linux.sh +++ b/install-64-and-32-bit-linux.sh @@ -1,5 +1,8 @@ ./bootstrap.sh && \ -LDFLAGS="-L/usr/lib32 -m32" CXXFLAGS="-m32" ./configure \ +LDFLAGS="-L/usr/lib32 -m32" \ + CXXFLAGS="-m32" \ + CPPFLAGS="-DCRYPTOKI_LOG\(X\)='std::clog<C_Finalize(0), CRYPTOKI_FN_LOG("C_Finalize")); + check(_fn->C_Initialize(0), CRYPTOKI_FN_LOG("C_Initialize")); + return *this; + } + /*! @name C Like Error Handling You are strongly recommended not to disable exception @@ -1083,8 +1089,6 @@ namespace cryptoki { //! Create a new PrivateKey Object. Object create(const std::string& label, const openssl::PrivateKey& key, const openssl::X509& cert); - //! Create a new Certificate and optional PrivateKey Object. - Object create(const std::string& label, const openssl::PKCS12& p12); //@}