summaryrefslogtreecommitdiffstats
path: root/secure/lib/libdes/DES.pm
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1996-02-10 15:32:26 +0000
committermarkm <markm@FreeBSD.org>1996-02-10 15:32:26 +0000
commitac425672272c2be2c8ff171a3ae8851e8219740f (patch)
tree7f2ca2641f62d16f40486aa33320707c46a50d89 /secure/lib/libdes/DES.pm
downloadFreeBSD-src-ac425672272c2be2c8ff171a3ae8851e8219740f.zip
FreeBSD-src-ac425672272c2be2c8ff171a3ae8851e8219740f.tar.gz
This is the long-awaited new DES library. Over the next couple of days
will be properly built into the system.
Diffstat (limited to 'secure/lib/libdes/DES.pm')
-rw-r--r--secure/lib/libdes/DES.pm19
1 files changed, 19 insertions, 0 deletions
diff --git a/secure/lib/libdes/DES.pm b/secure/lib/libdes/DES.pm
new file mode 100644
index 0000000..6a175b6
--- /dev/null
+++ b/secure/lib/libdes/DES.pm
@@ -0,0 +1,19 @@
+package DES;
+
+require Exporter;
+require DynaLoader;
+@ISA = qw(Exporter DynaLoader);
+# Items to export into callers namespace by default
+# (move infrequently used names to @EXPORT_OK below)
+@EXPORT = qw(
+);
+# Other items we are prepared to export if requested
+@EXPORT_OK = qw(
+crypt
+);
+
+# Preloaded methods go here. Autoload methods go after __END__, and are
+# processed by the autosplit program.
+bootstrap DES;
+1;
+__END__
OpenPOWER on IntegriCloud