moonlight-qt/libs/mac/include/openssl/pem2.h

21 lines
463 B
C
Raw Normal View History

2018-05-06 00:25:55 +00:00
/*
2018-05-06 04:42:46 +00:00
* Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/license.html
2018-05-06 00:25:55 +00:00
*/
#ifdef __cplusplus
extern "C" {
#endif
#ifndef HEADER_PEM_H
2018-05-06 04:42:46 +00:00
int ERR_load_PEM_strings(void);
2018-05-06 00:25:55 +00:00
#endif
#ifdef __cplusplus
}
#endif