Make argument to PKCS5_PBKDF2_HMAC_SHA1 unsigned char to make OpenSSL happy.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18301 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -221,7 +221,7 @@ string_to_key_test(krb5_context context) | ||||
| 	_krb5_put_int(iter, keys[i].iterations, 4); | ||||
| 	 | ||||
| 	if (keys[i].pbkdf2) { | ||||
| 	    char keyout[32]; | ||||
| 	    unsigned char keyout[32]; | ||||
|  | ||||
| 	    if (keys[i].keylen > sizeof(keyout)) | ||||
| 		abort(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Love Hörnquist Åstrand
					Love Hörnquist Åstrand