Changeset 4829 for pjproject/trunk/pjlib/include/pj/ssl_sock.h
- Timestamp:
- Apr 30, 2014 8:21:28 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/ssl_sock.h
r4506 r4829 243 243 */ 244 244 typedef enum pj_ssl_cipher { 245 246 /* Unsupported cipher */ 247 PJ_TLS_UNKNOWN_CIPHER = -1, 245 248 246 249 /* NULL */ … … 354 357 355 358 /** 356 * Get cipher ID from cipher name string. 359 * Get cipher ID from cipher name string. Note that on different backends 360 * (e.g. OpenSSL or Symbian implementation), cipher names may not be 361 * equivalent for the same cipher ID. 357 362 * 358 363 * @param cipher_name The cipher name string.
Note: See TracChangeset
for help on using the changeset viewer.