Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
algv committed Aug 27, 2018
1 parent 619c0c6 commit 2987f26
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 99 deletions.
2 changes: 1 addition & 1 deletion deps/wrapper/include/wrapper/utils/csp.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class Csp {
Csp(){};
~Csp(){};

#ifdef CSP_ENABLE
bool isGost2001CSPAvailable();
bool isGost2012_256CSPAvailable();
bool isGost2012_512CSPAvailable();
Expand Down Expand Up @@ -65,7 +66,6 @@ class Csp {
Handle<Pkcs12> certToPkcs12(Handle<Certificate> cert, bool exportPrivateKey, Handle<std::string> password);
void importPkcs12(Handle<Pkcs12> p12, Handle<std::string> password);

#ifdef CSP_ENABLE
PCCERT_CONTEXT static createCertificateContext(Handle<Certificate> cert);

bool static findExistingCertificate(
Expand Down
Loading

0 comments on commit 2987f26

Please sign in to comment.