Fix internal tests
[platform/core/security/cert-svc.git] / vcore / vcore / utils.h
1 #pragma once
2
3 #include <openssl/x509.h>
4
5 #ifdef __cplusplus
6 extern "C" {
7 #endif
8
9 char *get_complete_path(const char *str1, const char *str2);
10 int get_common_name(const char *path, struct x509_st *x509Struct, char **commonName);
11
12 #ifdef __cplusplus
13 }
14 #endif