diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-02-23 10:14:53 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-02-27 22:14:24 +0100 |
commit | 945f10c436922abe41441e1754d343ff8ea3cbd2 (patch) | |
tree | b9510c177e65df26611832f807fd9a6a9fe5512c /tests/utils.h | |
parent | dd8fb0e3e104836d69654d208129f7c762e3cdc0 (diff) | |
download | gnutls-945f10c436922abe41441e1754d343ff8ea3cbd2.tar.gz |
tests: Added checks for false start operation
Diffstat (limited to 'tests/utils.h')
-rw-r--r-- | tests/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/utils.h b/tests/utils.h index ca21d57656..4bffa45d9f 100644 --- a/tests/utils.h +++ b/tests/utils.h @@ -47,6 +47,8 @@ extern int error_count; extern int break_on_error; extern const char *pkcs3; +extern const char *pkcs3_2048; +extern const char *pkcs3_3072; extern void fail(const char *format, ...) __attribute__ ((format(printf, 1, 2))); |