Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert afalgtest #3229

Closed
wants to merge 2 commits into from
Closed

Convert afalgtest #3229

wants to merge 2 commits into from

Conversation

richsalz
Copy link
Contributor

I can't build this; can someone test?

@dot-asm
Copy link
Contributor

dot-asm commented Apr 16, 2017

test/afalgtest.c: In function 'test_afalg_aes_128_cbc':
test/afalgtest.c:55:10: warning: implicit declaration of function 'TEST_ptr' [-Wimplicit-function-declaration]
     if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())
          ^
test/afalgtest.c:56:13: error: expected ')' before 'return'
             return 0;
             ^
test/afalgtest.c:81:1: error: expected expression before '}' token
 }
 ^
test/afalgtest.c:53:9: warning: unused variable 'ret' [-Wunused-variable]
     int ret = 0;
         ^
test/afalgtest.c:52:27: warning: unused variable 'decf' [-Wunused-variable]
     int encl, encf, decl, decf;
                           ^
...

@richsalz
Copy link
Contributor Author

It builds now. And runs, in many config options :)

levitte pushed a commit that referenced this pull request Apr 17, 2017
Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from #3229)
levitte pushed a commit that referenced this pull request Apr 17, 2017
Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from #3229)
@richsalz richsalz closed this Apr 17, 2017
@richsalz richsalz deleted the ch-tests-5 branch April 17, 2017 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants