Skip to content

Commit

Permalink
added the SSL header
Browse files Browse the repository at this point in the history
  • Loading branch information
rfdickerson committed Jan 22, 2016
1 parent 449f011 commit 9bc858c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions module.modulemap
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module CCrypto [system] {
header "/usr/include/openssl/conf.h"
header "/usr/include/openssl/evp.h"
header "/usr/include/openssl/err.h"
header "/usr/include/openssl/bio.h"
header "/usr/include/openssl/ssl.h"
link "ssl"
link "crypto"
}

0 comments on commit 9bc858c

Please sign in to comment.