summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1628_Regression/TestType.idl
blob: a7f1adde7b2d114bb972bcc47c13ef8289f4cc84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// $Id$
//

//module Test {


                // The size of the hash md5
          const unsigned long HASH_MD5_SIZEOF = 16;

                // The hash MD5 type
          typedef octet HashedMD5SimpleSecret[HASH_MD5_SIZEOF] ;



//};