Re: [PATCH 02/04] Adjust AES testcase to the new implementation

2017-04-24 Thread Damien Miller
ok On Mon, 24 Apr 2017, Mike Belopuhov wrote: > Adjusts the regress test. > > --- > regress/sys/crypto/aes/Makefile | 2 +- > regress/sys/crypto/aes/aestest.c | 10 +- > 2 files changed, 6 insertions(+), 6 deletions(-) > > diff --git regress/sys/crypto/aes/Makefile regress/sys/crypto

[PATCH 02/04] Adjust AES testcase to the new implementation

2017-04-23 Thread Mike Belopuhov
Adjusts the regress test. --- regress/sys/crypto/aes/Makefile | 2 +- regress/sys/crypto/aes/aestest.c | 10 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git regress/sys/crypto/aes/Makefile regress/sys/crypto/aes/Makefile index 75e88b1a7a6..9120371a07d 100644 --- regress/