Skip to content

Commit

Permalink
Merge pull request #64 from CyberShadow/pull-20210513-005448
Browse files Browse the repository at this point in the history
deimos.openssl.x509: Add missing public import
  • Loading branch information
CyberShadow authored May 13, 2021
2 parents fc5b9b1 + db62cea commit a033f18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deimos/openssl/x509.d
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,9 @@ struct PBKDF2PARAM_st

alias PBKDF2PARAM = PBKDF2PARAM_st;

public import deimos.openssl.x509_vfy;
public import deimos.openssl.pkcs7;

enum X509_EXT_PACK_UNKNOWN = 1;
enum X509_EXT_PACK_STRING = 2;

Expand Down

0 comments on commit a033f18

Please sign in to comment.