pem2.h 463 B

1234567891011121314151617181920
  1. /*
  2. * Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved.
  3. *
  4. * Licensed under the OpenSSL license (the "License"). You may not use
  5. * this file except in compliance with the License. You can obtain a copy
  6. * in the file LICENSE in the source distribution or at
  7. * https://www.openssl.org/source/license.html
  8. */
  9. #ifdef __cplusplus
  10. extern "C" {
  11. #endif
  12. #ifndef HEADER_PEM_H
  13. int ERR_load_PEM_strings(void);
  14. #endif
  15. #ifdef __cplusplus
  16. }
  17. #endif