diff options
Diffstat (limited to 'src/contrib/perl-xs/Botan.xs')
-rw-r--r-- | src/contrib/perl-xs/Botan.xs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/contrib/perl-xs/Botan.xs b/src/contrib/perl-xs/Botan.xs index 38f1646b6..339986092 100644 --- a/src/contrib/perl-xs/Botan.xs +++ b/src/contrib/perl-xs/Botan.xs @@ -361,18 +361,6 @@ Botan__OID::as_string() MODULE = Botan PACKAGE = Botan::OIDS -void -add_oid(oid, name) - Botan__OID *oid; - char *name; - CODE: - try { - Botan::OIDS::add_oid(*oid, name); - } - catch (const std::exception &e) { - croak(e.what()); - } - char * lookup_by_oid(oid) Botan__OID *oid; |