Skip to content

Commit

Permalink
Remote unused macros
Browse files Browse the repository at this point in the history
  • Loading branch information
randombit committed Oct 24, 2016
1 parent 46d6cec commit 36e0ea1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions src/lib/prov/pkcs11/p11.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
#include <string>
#include <map>

#define BOTAN_PKCS11_RSA_PRIO 90
#define BOTAN_PKCS11_ECDSA_PRIO 90
#define BOTAN_PKCS11_ECDH_PRIO 90

#define CK_PTR *

#if defined(_MSC_VER)
Expand Down
2 changes: 1 addition & 1 deletion src/lib/prov/pkcs11/p11_object.h
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ class BOTAN_DLL Object
{}

const std::reference_wrapper<Session> m_session;
ObjectHandle m_handle;
ObjectHandle m_handle = CK_INVALID_HANDLE;
};

template<typename T>
Expand Down

0 comments on commit 36e0ea1

Please sign in to comment.