Deleted Added
full compact
ssl_cert.c (89837) ssl_cert.c (100928)
1/*! \file ssl/ssl_cert.c */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved.
4 *
5 * This package is an SSL implementation written
6 * by Eric Young (eay@cryptsoft.com).
7 * The implementation was written so as to conform with Netscapes SSL.
8 *

--- 737 unchanged lines hidden (view full) ---

746 if (r <= 0 || r >= sizeof buf)
747 goto err;
748 if(!SSL_add_file_cert_subjects_to_stack(stack,buf))
749 goto err;
750 }
751 ret = 1;
752
753err:
1/*! \file ssl/ssl_cert.c */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved.
4 *
5 * This package is an SSL implementation written
6 * by Eric Young (eay@cryptsoft.com).
7 * The implementation was written so as to conform with Netscapes SSL.
8 *

--- 737 unchanged lines hidden (view full) ---

746 if (r <= 0 || r >= sizeof buf)
747 goto err;
748 if(!SSL_add_file_cert_subjects_to_stack(stack,buf))
749 goto err;
750 }
751 ret = 1;
752
753err:
754 if (d) closedir(d);
754 CRYPTO_w_unlock(CRYPTO_LOCK_READDIR);
755 return ret;
756 }
757
758#endif
759#endif
760#endif
755 CRYPTO_w_unlock(CRYPTO_LOCK_READDIR);
756 return ret;
757 }
758
759#endif
760#endif
761#endif