asn1_check_version
NAMESYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
COPYRIGHT
SEE ALSO
NAME
asn1_check_version − API function
SYNOPSIS
#include <libtasn1.h>
const char * asn1_check_version(const char * req_version);
ARGUMENTS
const char * req_version
Required version number, or NULL.
DESCRIPTION
Check that the version of the library is at minimum the requested one and return the version string; return NULL if the condition is not satisfied. If a NULL is passed to this function, no check is done, but the version string is simply returned.
See ASN1_VERSION for a suitable req_version string.
RETURNS
Version string of run−time library, or NULL if the run−time library does not meet the required version number.
COPYRIGHT
Copyright
© 2006-2013 Free Software Foundation, Inc..
Copying and distribution of this file, with or without
modification, are permitted in any medium without royalty
provided the copyright notice and this notice are
preserved.
SEE ALSO
The full documentation for libtasn1 is maintained as a Texinfo manual. If the info and libtasn1 programs are properly installed at your site, the command
info libtasn1
should give you access to the complete manual. As an alternative you may obtain the manual from:
http://www.gnu.org/software/libtasn1/manual/
More Linux Commands
manpages/Tcl_IsChannelRegistered.3.html
Tcl_IsChannelRegistered(3) - procedures for creating and man
Tcl uses a two-layered channel architecture. It provides a generic upper layer to enable C and Tcl programs to perform input and output using the same APIs for
manpages/waddwstr.3ncurses.html
waddwstr(3ncurses) - add a string of wide characters to a cu
These functions write the characters of the (null-terminated) wchar_t character string wstr on the given window. It is similar to constructing a cchar_t for eac
manpages/Tcl_FSGetInternalRep.3.html
Tcl_FSGetInternalRep(3) - procedures to interact with any fi
There are several reasons for calling the Tcl_FS API functions (e.g. Tcl_FSAccess and Tcl_FSStat) rather than calling system level functions like access and sta
manpages/acl_from_text.3.html
acl_from_text(3) - create an ACL from text - Linux man page
The acl_from_text() function converts the text form of the ACL referred to by buf_p into the internal form of an ACL and returns a pointer to the working storag
manpages/glMultiTexCoord3iARB.3gl.html
glMultiTexCoord3iARB(3gl) - set the current texture coordina
glMultiTexCoordARB specifies texture coordinates in one, two, three, or four dimensions. glMultiTexCoord1ARB sets the current texture coordinates to (s, 0, 0, 1
manpages/CMSG_NXTHDR.3.html
CMSG_NXTHDR(3) - Access ancillary data - Linux manual page
These macros are used to create and access control messages (also called ancillary data) that are not a part of the socket payload. This control information may
manpages/XCreateFontCursor.3.html
XCreateFontCursor(3) - create cursors - Linux manual page...
X provides a set of standard cursor shapes in a special font named cursor. Applications are encouraged to use this interface for their cursors because the font
manpages/tcl_library.n.html
tcl_library(n) Variables used by Tcl _______________________
The following global variables are created and managed automatically by the Tcl library. Except where noted below, these variables should normally be treated as
manpages/sigorset.3.html
sigorset(3) - POSIX signal set operations. - Linux man page
These functions allow the manipulation of POSIX signal sets. sigemptyset() initializes the signal set given by set to empty, with all signals excluded from the
manpages/Tcl_GetAssocData.3.html
Tcl_GetAssocData(3) - manage associations of string keys and
These procedures allow extensions to associate their own data with a Tcl interpreter. An association consists of a string key, typically the name of the extensi
manpages/curl_easy_send.3.html
curl_easy_send(3) - sends raw data over an "easy" connection
This function sends arbitrary data over the established connection. You may use it together with curl_easy_recv(3) to implement custom protocols using libcurl.
manpages/diffpp.1.html
diffpp(1) - pretty-print diff outputs with GNU enscript.....
Diffpp converts diff-jars(1)-programs output files to a format suitable to be printed with GNU enscript(1). Program annotates the changes with enscripts special
