diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509_def.c')
| -rw-r--r-- | src/lib/libcrypto/x509/x509_def.c | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/src/lib/libcrypto/x509/x509_def.c b/src/lib/libcrypto/x509/x509_def.c index d9ab39b15a..e0ac151a76 100644 --- a/src/lib/libcrypto/x509/x509_def.c +++ b/src/lib/libcrypto/x509/x509_def.c | |||
| @@ -57,27 +57,25 @@ | |||
| 57 | */ | 57 | */ |
| 58 | 58 | ||
| 59 | #include <stdio.h> | 59 | #include <stdio.h> |
| 60 | #include <sys/types.h> | ||
| 61 | #include <sys/stat.h> | ||
| 62 | #include "cryptlib.h" | 60 | #include "cryptlib.h" |
| 63 | #include "crypto.h" | 61 | #include <openssl/crypto.h> |
| 64 | #include "x509.h" | 62 | #include <openssl/x509.h> |
| 65 | 63 | ||
| 66 | char *X509_get_default_private_dir() | 64 | const char *X509_get_default_private_dir(void) |
| 67 | { return(X509_PRIVATE_DIR); } | 65 | { return(X509_PRIVATE_DIR); } |
| 68 | 66 | ||
| 69 | char *X509_get_default_cert_area() | 67 | const char *X509_get_default_cert_area(void) |
| 70 | { return(X509_CERT_AREA); } | 68 | { return(X509_CERT_AREA); } |
| 71 | 69 | ||
| 72 | char *X509_get_default_cert_dir() | 70 | const char *X509_get_default_cert_dir(void) |
| 73 | { return(X509_CERT_DIR); } | 71 | { return(X509_CERT_DIR); } |
| 74 | 72 | ||
| 75 | char *X509_get_default_cert_file() | 73 | const char *X509_get_default_cert_file(void) |
| 76 | { return(X509_CERT_FILE); } | 74 | { return(X509_CERT_FILE); } |
| 77 | 75 | ||
| 78 | char *X509_get_default_cert_dir_env() | 76 | const char *X509_get_default_cert_dir_env(void) |
| 79 | { return(X509_CERT_DIR_EVP); } | 77 | { return(X509_CERT_DIR_EVP); } |
| 80 | 78 | ||
| 81 | char *X509_get_default_cert_file_env() | 79 | const char *X509_get_default_cert_file_env(void) |
| 82 | { return(X509_CERT_FILE_EVP); } | 80 | { return(X509_CERT_FILE_EVP); } |
| 83 | 81 | ||
