MYOBJ
static MYOBJ *MYOBJ_new(void)
MYOBJ *obj = OPENSSL_malloc(sizeof(*obj));
static void MYOBJ_sethello(MYOBJ *obj, char *cp)
static char *MYOBJ_gethello(MYOBJ *obj)
static void MYOBJ_sethello2(MYOBJ *obj, char *cp)
static char *MYOBJ_gethello2(MYOBJ *obj)
static void MYOBJ_allochello3(MYOBJ *obj, char *cp)
static char *MYOBJ_gethello3(MYOBJ *obj)
static void MYOBJ_free(MYOBJ *obj)
static MYOBJ *MYOBJ_dup(MYOBJ *in)
MYOBJ *obj = MYOBJ_new();
MYOBJ *t1 = NULL, *t2 = NULL, *t3 = NULL;