@swimlane/nodegit 2.0.7 → 2.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@swimlane/nodegit",
3
3
  "description": "Node.js libgit2 asynchronous native bindings",
4
- "version": "2.0.7",
4
+ "version": "2.0.8",
5
5
  "homepage": "http://nodegit.org",
6
6
  "keywords": [
7
7
  "libgit2",
@@ -1227,11 +1227,9 @@ static const LIBSSH2_HOSTKEY_METHOD *hostkey_methods[] = {
1227
1227
  &hostkey_method_ecdsa_ssh_nistp384_cert,
1228
1228
  &hostkey_method_ecdsa_ssh_nistp521_cert,
1229
1229
  #endif
1230
- #if 0
1231
1230
  #if LIBSSH2_ED25519
1232
1231
  &hostkey_method_ssh_ed25519,
1233
1232
  #endif
1234
- #endif
1235
1233
  #if LIBSSH2_RSA
1236
1234
  #if LIBSSH2_RSA_SHA2
1237
1235
  &hostkey_method_ssh_rsa_sha2_512,
@@ -3038,12 +3038,10 @@ kex_method_extension_negotiation = {
3038
3038
  };
3039
3039
 
3040
3040
  static const LIBSSH2_KEX_METHOD *libssh2_kex_methods[] = {
3041
- #if 0
3042
3041
  #if LIBSSH2_ED25519
3043
3042
  &kex_method_ssh_curve25519_sha256,
3044
3043
  &kex_method_ssh_curve25519_sha256_libssh,
3045
3044
  #endif
3046
- #endif
3047
3045
  #if LIBSSH2_ECDSA
3048
3046
  &kex_method_ecdh_sha2_nistp256,
3049
3047
  &kex_method_ecdh_sha2_nistp384,