Mercurial > dropbear
view libtomcrypt/testprof/test_driver.c @ 1883:f54451afc046
use buf_getptr and m_free on every iteration before m_malloc to insure no memory leaks are happening
author | HansH111 <hans@atbas.org> |
---|---|
date | Tue, 15 Mar 2022 18:57:21 +0000 |
parents | f849a5ca2efc |
children |
line wrap: on
line source
#include <tomcrypt_test.h> void run_cmd(int res, int line, char *file, char *cmd) { if (res != CRYPT_OK) { fprintf(stderr, "%s (%d)\n%s:%d:%s\n", error_to_string(res), res, file, line, cmd); if (res != CRYPT_NOP) { exit(EXIT_FAILURE); } } } /* $Source$ */ /* $Revision$ */ /* $Date$ */