OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
obj_lib.c File Reference
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/lhash.h>
#include <openssl/objects.h>
#include <openssl/buffer.h>

Go to the source code of this file.

Functions

ASN1_OBJECTOBJ_dup (const ASN1_OBJECT *o)
 
int OBJ_cmp (const ASN1_OBJECT *a, const ASN1_OBJECT *b)
 

Function Documentation

int OBJ_cmp ( const ASN1_OBJECT a,
const ASN1_OBJECT b 
)

Definition at line 122 of file obj_lib.c.

ASN1_OBJECT* OBJ_dup ( const ASN1_OBJECT o)

Definition at line 65 of file obj_lib.c.