Added Openssl

This commit is contained in:
Dolan
2017-06-07 00:55:10 +01:00
parent 4a60f79472
commit 0fbae92912
3 changed files with 5 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ export { OdbObject } from './odb-object';
export { Odb } from './odb';
export { Oidarray } from './oid-array';
export { Oid } from './oid';
export { Openssl } from './open-ssl';
export { Packbuilder } from './pack-builder';
export { Pathspec } from './path-spec';
export { PushOptions } from './push-options';

3
types/nodegit/open-ssl.d.ts vendored Normal file
View File

@@ -0,0 +1,3 @@
export class Openssl {
static setLocking(): number;
}

View File

@@ -40,6 +40,7 @@
"odb.d.ts",
"oid-array.d.ts",
"oid.d.ts",
"open-ssl.d.ts",
"pack-builder.d.ts",
"path-spec.d.ts",
"push-options.d.ts",