View | Details | Raw Unified | Return to bug 163712
Collapse All | Expand All

(-)ace/SSL/SSL_Context.cpp (-1 / +1 lines)
Lines 231-237 Link Here
231
  if (this->context_ != 0)
231
  if (this->context_ != 0)
232
    return -1;
232
    return -1;
233
233
234
  SSL_METHOD *method = 0;
234
  const SSL_METHOD *method = 0;
235
235
236
  switch (mode)
236
  switch (mode)
237
    {
237
    {

Return to bug 163712