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
135d0f83c8e2bcbfa7a9de58710e0704050708a4

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 284 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 280 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 289 of file version.c.