Skip to content

Commit 2434a5f

Browse files
Added CSSM_OID
1 parent aa22da1 commit 2434a5f

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

Security/cssmtype.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import type { SecAsn1Oid } from './SecAsn1Types.ts';
2+
3+
/**
4+
* CSSM OID.
5+
*/
6+
export type CSSM_OID = SecAsn1Oid;

Security/mod.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export * from './blob.ts';
22
export * from './cfutilities.ts';
33
export * from './CSCommon.ts';
44
export * from './CSCommonPriv.ts';
5+
export * from './cssmtype.ts';
56
export * from './endian.ts';
67
export * from './errors.ts';
78
export * from './hashing.ts';

0 commit comments

Comments
 (0)