~ubuntu-branches/ubuntu/maverick/openssl/maverick

« back to all changes in this revision

Viewing changes to demos/engines/zencod/hw_zencod.c

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2006-05-15 16:00:58 UTC
  • mto: (11.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20060515160058-pg6lnbkkpkwpdj2e
Tags: upstream-0.9.8b
ImportĀ upstreamĀ versionĀ 0.9.8b

Show diffs side-by-side

added added

removed removed

Lines of Context:
1233
1233
        SHA_CBLOCK,
1234
1234
        /* sizeof ( EVP_MD * ) + sizeof ( SHA_CTX ) */
1235
1235
        sizeof ( ZEN_MD_DATA )
1236
 
        /* sizeof ( MD_CTX_DATA )       The message digest data stucture ... */
 
1236
        /* sizeof ( MD_CTX_DATA )       The message digest data structure ... */
1237
1237
} ;
1238
1238
 
1239
1239
/* The one for MD5 ... */
1254
1254
        MD5_CBLOCK,
1255
1255
        /* sizeof ( EVP_MD * ) + sizeof ( MD5_CTX ) */
1256
1256
        sizeof ( ZEN_MD_DATA )
1257
 
        /* sizeof ( MD_CTX_DATA )       The message digest data stucture ... */
 
1257
        /* sizeof ( MD_CTX_DATA )       The message digest data structure ... */
1258
1258
} ;
1259
1259
 
1260
1260