The FreeRADIUS server  $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Functions
version.h File Reference

Structures for dealing with OpenSSL library versions. More...

#include "openssl_user_macros.h"
+ Include dependency graph for version.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

char const * fr_openssl_version_basic (void)
 
int fr_openssl_version_consistent (void)
 
char const * fr_openssl_version_expanded (void)
 
char const * fr_openssl_version_range (uint32_t low, uint32_t high)
 
char const * fr_openssl_version_str_from_num (uint32_t version)
 

Detailed Description

Structures for dealing with OpenSSL library versions.

Id
083768dc6fee40d2a1ea125f03edb50fe0d5389b

Definition in file version.h.

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.

◆ fr_openssl_version_range()

char const* fr_openssl_version_range ( uint32_t  low,
uint32_t  high 
)

◆ fr_openssl_version_str_from_num()

char const* fr_openssl_version_str_from_num ( uint32_t  version)