Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 760854
Collapse All | Expand All

(-)a/ext/openssl/openssl.c (-1 / +1 lines)
Lines 6901-6907 Link Here
6901
	int cipher_mode = EVP_CIPHER_mode(cipher_type);
6901
	int cipher_mode = EVP_CIPHER_mode(cipher_type);
6902
	memset(mode, 0, sizeof(struct php_openssl_cipher_mode));
6902
	memset(mode, 0, sizeof(struct php_openssl_cipher_mode));
6903
	switch (cipher_mode) {
6903
	switch (cipher_mode) {
6904
#if PHP_OPENSSL_API_VERSION >= 0x10100
6904
#ifdef EVP_CIPH_OCB_MODE
6905
		case EVP_CIPH_GCM_MODE:
6905
		case EVP_CIPH_GCM_MODE:
6906
		case EVP_CIPH_OCB_MODE:
6906
		case EVP_CIPH_OCB_MODE:
6907
		case EVP_CIPH_CCM_MODE:
6907
		case EVP_CIPH_CCM_MODE:

Return to bug 760854