The FreeRADIUS server  $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Macros | Functions
version.c File Reference

Check OpenSSL library/header consistency, and process version information. More...

#include "version.h"
+ Include dependency graph for version.c:

Go to the source code of this file.

Macros

#define LOG_PREFIX   "tls"
 

Functions

char const * fr_openssl_version_basic (void)
 
int fr_openssl_version_consistent (void)
 
char const * fr_openssl_version_expanded (void)
 

Detailed Description

Check OpenSSL library/header consistency, and process version information.

Id
224ebf663247f7b1e48fa7672eadfd1eb5f443f2

Definition in file version.c.

Macro Definition Documentation

◆ LOG_PREFIX

#define LOG_PREFIX   "tls"

Definition at line 25 of file version.c.

Function Documentation

◆ fr_openssl_version_basic()

char const* fr_openssl_version_basic ( void  )

Definition at line 329 of file version.c.

+ Here is the caller graph for this function:

◆ fr_openssl_version_consistent()

int fr_openssl_version_consistent ( void  )

Definition at line 325 of file version.c.

+ Here is the caller graph for this function:

◆ fr_openssl_version_expanded()

char const* fr_openssl_version_expanded ( void  )

Definition at line 334 of file version.c.