mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
Josh Yelon's parser-inc files for openssl-0.9.7a-35
This commit is contained in:
parent
a0482c947f
commit
6956d642d2
@ -1,7 +1,9 @@
|
||||
#define INSTALL_PARSER_INC \
|
||||
algorithm deque ft2build.h hash_map hash_set iostream list map memory \
|
||||
pair queue set stack stdcompare.h stdtypedefs.h \
|
||||
string vector windows.h zlib.h md5.h files.h hex.h \
|
||||
string vector windows.h zlib.h files.h hex.h \
|
||||
bits/pthreadtypes.h \
|
||||
openssl/md5.h openssl/evp.h openssl/rand.h openssl/ssl.h openssl/x509.h openssl/err.h \
|
||||
nurbs.hh stddef.h krb5.h MainHelix.h dllpath.h hxcom.h \
|
||||
hxcomm.h hxcore.h hxengin.h hxerror.h hxfiles.h hxtbuf.h \
|
||||
hxtbuff.h hxwin.h Python.h Cg/cg.h Cg/cgGL.h
|
||||
|
0
dtool/src/parser-inc/err.h
Normal file
0
dtool/src/parser-inc/err.h
Normal file
8
dtool/src/parser-inc/evp.h
Normal file
8
dtool/src/parser-inc/evp.h
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
#ifndef EVP_H
|
||||
#define EVP_H
|
||||
|
||||
struct EVP_CIPHER_CTX;
|
||||
struct EVP_PKEY;
|
||||
|
||||
#endif
|
@ -20,13 +20,3 @@
|
||||
// intended to be compiled--they're just parsed by CPPParser (and
|
||||
// interrogate) in lieu of the actual system headers, to generate the
|
||||
// interrogate database.
|
||||
|
||||
#ifndef MD5_H
|
||||
#define MD5_H
|
||||
|
||||
namespace CryptoPP {
|
||||
class MD5;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
0
dtool/src/parser-inc/pthreadtypes.h
Normal file
0
dtool/src/parser-inc/pthreadtypes.h
Normal file
0
dtool/src/parser-inc/rand.h
Normal file
0
dtool/src/parser-inc/rand.h
Normal file
13
dtool/src/parser-inc/ssl.h
Normal file
13
dtool/src/parser-inc/ssl.h
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
#ifndef SSL_H
|
||||
#define SSL_H
|
||||
|
||||
struct BIO;
|
||||
struct SSL_CTX;
|
||||
struct EVP_CIPHER_CTX;
|
||||
struct EVP_PKEY;
|
||||
struct X509;
|
||||
struct X509_STORE;
|
||||
struct X509_NAME;
|
||||
|
||||
#endif
|
10
dtool/src/parser-inc/x509.h
Normal file
10
dtool/src/parser-inc/x509.h
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
#ifndef X509_H
|
||||
#define X509_H
|
||||
|
||||
struct X509;
|
||||
struct X509_STORE;
|
||||
struct X509_NAME;
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user