Added the digest types constants to the types and individual export tags.

git-svn-id: file:///home/mbr/svn/fwknop/trunk@104 510a4753-2344-4c79-9c09-4d669213fbeb
This commit is contained in:
Damien Stuart
2009-06-14 14:22:03 +00:00
parent 44bca33574
commit 33e353b2fc

View File

@@ -35,10 +35,12 @@ require "FKO_Constants.pl";
our %EXPORT_TAGS = (
'message_types' => \@MSG_TYPES,
'digest_types' => \@DIGEST_TYPES,
'encryption_types' => \@ENCRYPTION_TYPES,
'errors' => \@ERROR_CODES,
'types' => [
@MSG_TYPES,
@DIGEST_TYPES,
@ENCRYPTION_TYPES
],
'all' => [