The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Loading...
Searching...
No Matches
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)
 

Detailed Description

Structures for dealing with OpenSSL library versions.

Id
1f2da5f58a1f58399bc3ec33ed74c77552559f61

Definition in file version.h.

Function Documentation

◆ fr_openssl_version_basic()

char const * fr_openssl_version_basic ( void  )

Definition at line 250 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 246 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 255 of file version.c.

◆ fr_openssl_version_range()

char const * fr_openssl_version_range ( uint32_t  low,
uint32_t  high 
)