> ERR_mark()            Puts a mark in the error stack
> ERR_pop_to_mark()     Pops off errors from the error stack until a
>                       mark is found.  The mark itself is popped as
>                       well.

Do they nest?  Perhaps this is cleaner:
  int depth = ERR_get_depth();
  void ERR_pop_to(int depth);
        /r$

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to