avoid everything resembling a magic trigraph

This commit is contained in:
Bodo Möller
2001-09-24 07:54:11 +00:00
parent ef3dc028ef
commit a32d795aae
3 changed files with 5 additions and 5 deletions

View File

@@ -1001,7 +1001,7 @@ char *SSL_CIPHER_description(SSL_CIPHER *cipher, char *buf, int len)
case 128: enc="AES(128)"; break;
case 192: enc="AES(192)"; break;
case 256: enc="AES(256)"; break;
default: enc="AES(??\?)"; break;
default: enc="AES(?""?""?)"; break;
}
break;
default: