TEVP_MD = record Length: Integer; MD: Array[0..OPENSSL_EVP_MAX_MD_SIZE-1] of Char; end;
Length is an Integer member that contains the length of the fingerprint data.
MD is an Array of Char that contains the byte values for the fingerprint.