diff options
Diffstat (limited to 'lib/dns/sec/dnssafe/aimd5ran.c')
-rw-r--r-- | lib/dns/sec/dnssafe/aimd5ran.c | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/lib/dns/sec/dnssafe/aimd5ran.c b/lib/dns/sec/dnssafe/aimd5ran.c deleted file mode 100644 index a51a9b6f..00000000 --- a/lib/dns/sec/dnssafe/aimd5ran.c +++ /dev/null @@ -1,25 +0,0 @@ -/* Copyright (C) RSA Data Security, Inc. created 1990, 1996. This is an - unpublished work protected as such under copyright law. This work - contains proprietary, confidential, and trade secret information of - RSA Data Security, Inc. Use, disclosure or reproduction without the - express written authorization of RSA Data Security, Inc. is - prohibited. - */ - -#include "global.h" -#include "bsafe2.h" -#include "bkey.h" -#include "balg.h" -#include "aichrand.h" - -B_AlgorithmInfoType AIT_MD5Random = {&AITChooseRandomNull_V_TABLE}; - -int AI_MD5Random (infoType) -POINTER *infoType; -{ - *infoType = (POINTER)&AIT_MD5Random; - - /* Return 0 to indicate a B_AlgorithmInfoType, not a B_KeyInfoType */ - return (0); -} - |