X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=test%2Fsecmemtest.c;h=9efa2c89d53d0c060ad74175cb5f911e019029df;hp=a6ccc3b26cc409471e6ac4427e174552c150c569;hb=604e591ed75eff9296c21ee5fe93f3e9ec246094;hpb=8bf2d93057a8b2a9f3851b3b42065c84d1202fa9 diff --git a/test/secmemtest.c b/test/secmemtest.c index a6ccc3b26c..9efa2c89d5 100644 --- a/test/secmemtest.c +++ b/test/secmemtest.c @@ -32,7 +32,7 @@ static int test_sec_mem(void) if (!TEST_ptr(p) /* r = non-secure 20, p = secure 20, s = non-secure 20 */ || !TEST_true(CRYPTO_secure_allocated(p)) - /* 20 secure -> 32-byte minimum allocaton unit */ + /* 20 secure -> 32-byte minimum allocation unit */ || !TEST_size_t_eq(CRYPTO_secure_used(), 32)) goto end; q = OPENSSL_malloc(20);