| Main index | Section 3 | Options |
int hx509_context_init (hx509_context *context)
void hx509_context_free (hx509_context *context)
Free the context allocated by hx509_context_init().
Parameters:
context context to be freed.
Creates a hx509 context that most functions in the library uses. The context is only allowed to be used by one thread at each moment. Free the context with hx509_context_free().
Parameters:
context Returns a pointer to new hx509 context.
Returns:
Returns an hx509 error code.
| 11 Jan 2012 | hx509 library (3) | Version 1.5.2 |
| Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
| “ | Never write it in C if you can do it in `awk'; Never do it in `awk' if `sed' can handle it; Never use `sed' when `tr' can do the job; Never invoke `tr' when `cat' is sufficient; Avoid using `cat' whenever possible. |
” |
| — Taylor's Laws of Programming | ||