Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 314725 - app-crypt/mit-krb5-1.6.3-r6: too few arguments to function 'EVP_PKEY_decrypt'
Summary: app-crypt/mit-krb5-1.6.3-r6: too few arguments to function 'EVP_PKEY_decrypt'
Status: RESOLVED DUPLICATE of bug 310451
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-11 18:47 UTC by Arsen Shnurkov
Modified: 2010-04-12 21:38 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
/var/tmp/portage/app-crypt/mit-krb5-1.6.3-r6/temp/build.log (build.log,366.72 KB, text/plain)
2010-04-11 18:47 UTC, Arsen Shnurkov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arsen Shnurkov 2010-04-11 18:47:19 UTC
unable to do emerge -e world:

pkinit_crypto_openssl.c: In function 'cms_signeddata_verify':
pkinit_crypto_openssl.c:1140: warning: pointer type mismatch in conditional expression
pkinit_crypto_openssl.c:1282: warning: passing argument 1 of 'print_buffer' discards qualifiers from pointer target type
pkinit.h:346: note: expected 'unsigned char *' but argument is of type 'const unsigned char *'
pkinit_crypto_openssl.c: In function 'pkinit_login':
pkinit_crypto_openssl.c:3211: warning: field precision should have type 'int', but argument 3 has type 'long unsigned int'
pkinit_crypto_openssl.c: In function 'pkinit_C_Decrypt':
pkinit_crypto_openssl.c:3441: warning: cast from pointer to integer of different size
pkinit_crypto_openssl.c: In function 'pkinit_decode_data_pkcs11':
pkinit_crypto_openssl.c:3484: warning: cast from pointer to integer of different size
pkinit_crypto_openssl.c:3484: warning: cast from pointer to integer of different size
pkinit_crypto_openssl.c:3485: warning: cast from pointer to integer of different size
pkinit_crypto_openssl.c: In function 'decode_data':
pkinit_crypto_openssl.c:3647: warning: passing argument 1 of 'EVP_PKEY_decrypt' from incompatible pointer type
/usr/include/openssl/evp.h:1102: note: expected 'struct EVP_PKEY_CTX *' but argument is of type 'unsigned char *'
pkinit_crypto_openssl.c:3647: warning: passing argument 3 of 'EVP_PKEY_decrypt' makes pointer from integer without a cast
/usr/include/openssl/evp.h:1102: note: expected 'size_t *' but argument is of type 'int'
pkinit_crypto_openssl.c:3647: warning: passing argument 4 of 'EVP_PKEY_decrypt' from incompatible pointer type
/usr/include/openssl/evp.h:1102: note: expected 'const unsigned char *' but argument is of type 'struct EVP_PKEY *'
pkinit_crypto_openssl.c:3647: error: too few arguments to function 'EVP_PKEY_decrypt'
pkinit_crypto_openssl.c: In function 'load_cas_and_crls':
pkinit_crypto_openssl.c:4811: warning: pointer type mismatch in conditional expression
pkinit_crypto_openssl.c:4811: warning: pointer type mismatch in conditional expression
pkinit_crypto_openssl.c:4841: warning: pointer type mismatch in conditional expression
make[1]: *** [pkinit_crypto_openssl.so] Error 1
Comment 1 Arsen Shnurkov 2010-04-11 18:47:55 UTC
Created attachment 227427 [details]
/var/tmp/portage/app-crypt/mit-krb5-1.6.3-r6/temp/build.log
Comment 2 Arsen Shnurkov 2010-04-11 18:50:01 UTC
may be duplicate of
http://bugs.gentoo.org/show_bug.cgi?id=310451
Comment 3 Andreas K. Hüttel archtester gentoo-dev 2010-04-12 21:38:03 UTC

*** This bug has been marked as a duplicate of bug 310451 ***