Skip to content

Commit

Permalink
enabled SSL in RCF
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellSchubert committed Jan 27, 2015
1 parent 9a930e0 commit 5cdcb83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion library/rcf/2.0.1.bru
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"module": "rcf",
"version": "2.0.1",
"dependencies": {
"openssl": "1.0.1j",
"boost-algorithm": "1.57.0",
"boost-any": "1.57.0",
"boost-array": "1.57.0",
Expand All @@ -29,4 +30,4 @@
"boost-tuple": "1.57.0",
"boost-variant": "1.57.0"
}
}
}
3 changes: 2 additions & 1 deletion library/rcf/2.0.1.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"defines": [
# RCF has a lot of compile time config options, see RCF.cpp, e.g.
#"RCF_FEATURE_OPENSSL=1",
"RCF_FEATURE_OPENSSL=1"
#"RCF_FEATURE_ZLIB=1"
#...
],
Expand All @@ -33,6 +33,7 @@
}]
],
"dependencies": [
"../openssl/openssl.gyp:*",
"../boost-asio/boost-asio.gyp:*",
"../boost-function/boost-function.gyp:*",
"../boost-preprocessor/boost-preprocessor.gyp:*",
Expand Down

0 comments on commit 5cdcb83

Please sign in to comment.