Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
danbrough committed Mar 16, 2023
1 parent 3bb2a65 commit 0cae8a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ import org.jetbrains.kotlin.konan.target.Family

const val OPENSSL3_EXTN_NAME = "openssl3"

const val OPENSSL3_VERSION = "3.1.0-danbrough"
const val OPENSSL3_GIT_COMMIT = "90078132a7e0b3536127cff05f6b3de71a2f7898"
//const val OPENSSL3_VERSION = "3.1.0-danbrough"
//const val OPENSSL3_GIT_COMMIT = "90078132a7e0b3536127cff05f6b3de71a2f7898"
const val OPENSSL3_VERSION = "3.0.8"
const val OPENSSL3_GIT_COMMIT = "e4e4c3b72620cf8ef35c275271415bfc675ffaa3"

fun Project.enableOpenssl3(
extnName: String = OPENSSL3_EXTN_NAME,
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ xtras.dir.packages=/usr/local/kotlinxtras/packages
# otherwise everything is included
#Print xtras log statements to stdout as well as the gradle log
xtras.log.stdout=true
sonatypeRepoId=orgdanbrough-1476
sonatypeRepoId=orgdanbrough-1477
bootstrap=false
2 changes: 1 addition & 1 deletion repos/openssl

0 comments on commit 0cae8a9

Please sign in to comment.