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:
@@ -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' => [
|
||||
|
||||
Reference in New Issue
Block a user