summaryrefslogtreecommitdiff
path: root/bin-src/util/oid.go
diff options
context:
space:
mode:
Diffstat (limited to 'bin-src/util/oid.go')
-rw-r--r--bin-src/util/oid.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/bin-src/util/oid.go b/bin-src/util/oid.go
deleted file mode 100644
index b9fee4c..0000000
--- a/bin-src/util/oid.go
+++ /dev/null
@@ -1,10 +0,0 @@
-package util
-
-import (
- "encoding/asn1"
-)
-
-var (
- OID_RFC6962_SCTs = asn1.ObjectIdentifier{1, 3, 6, 1, 4, 1, 11129, 2, 4, 2}
- OID_RFC6962_Poison = asn1.ObjectIdentifier{1, 3, 6, 1, 4, 1, 11129, 2, 4, 3}
-)