#include <string.h>#include <openssl/buf.h>#include <openssl/err.h>#include <openssl/mem.h>#include <openssl/obj.h>#include <openssl/x509.h>#include "../internal.h"#include "internal.h"
Go to the source code of this file.
Macros | |
| #define | NAME_ONELINE_MAX (1024 * 1024) |
Functions | |
| char * | X509_NAME_oneline (const X509_NAME *a, char *buf, int len) |
| #define NAME_ONELINE_MAX (1024 * 1024) |
Definition at line 75 of file x509_obj.c.
Definition at line 77 of file x509_obj.c.