diff options
author | Ben Laurie <ben@openssl.org> | 1999-02-28 18:41:55 +0100 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 1999-02-28 18:41:55 +0100 |
commit | eb90a483ad85e9dc430610a78362837ad344cac1 (patch) | |
tree | be1d4da1c341e8e570a1f7f445ca67a382ea5e50 /openssl.doxy | |
parent | More truth in declarations. (diff) | |
download | openssl-eb90a483ad85e9dc430610a78362837ad344cac1.tar.xz openssl-eb90a483ad85e9dc430610a78362837ad344cac1.zip |
Add functions to add certs to stacks, used for CA file/path stuff in servers.
Diffstat (limited to 'openssl.doxy')
-rw-r--r-- | openssl.doxy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl.doxy b/openssl.doxy index c92e03e688..479c311470 100644 --- a/openssl.doxy +++ b/openssl.doxy @@ -1,7 +1,7 @@ PROJECT_NAME=OpenSSL GENERATE_LATEX=no OUTPUT_DIRECTORY=doxygen -INPUT=ssl +INPUT=ssl include FILE_PATTERNS=*.c *.h RECURSIVE=yes PREDEFINED=DOXYGEN |