224
224
PyModule_AddIntConstant(module, "OP_NETSCAPE_CA_DN_BUG", SSL_OP_NETSCAPE_CA_DN_BUG);
225
225
PyModule_AddIntConstant(module, "OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG", SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG);
227
231
/* DTLS related options. The first two of these were introduced in
228
232
* 2005, the third in 2007. To accomodate systems which are still using
229
233
* older versions, make them optional. */