~gnaservicesinc/tpad-project/tpad-project

« back to all changes in this revision

Viewing changes to src/mbedtls/sha256.h

  • Committer: Andrew Joseph Smith
  • Date: 2020-01-23 02:41:45 UTC
  • Revision ID: andrew@gnaservicesinc.com-20200123024145-sixxj9nmj1nsww88
  * Updated Notice
  * Updated mbedtls

Show diffs side-by-side

added added

removed removed

Lines of Context:
278
278
#undef MBEDTLS_DEPRECATED
279
279
#endif /* !MBEDTLS_DEPRECATED_REMOVED */
280
280
 
 
281
#if defined(MBEDTLS_SELF_TEST)
 
282
 
281
283
/**
282
284
 * \brief          The SHA-224 and SHA-256 checkup routine.
283
285
 *
286
288
 */
287
289
int mbedtls_sha256_self_test( int verbose );
288
290
 
 
291
#endif /* MBEDTLS_SELF_TEST */
 
292
 
289
293
#ifdef __cplusplus
290
294
}
291
295
#endif