Changeset View
Changeset View
Standalone View
Standalone View
src/init.c
| Context not available. | |||||
| return 0; | return 0; | ||||
| } | } | ||||
| static void | |||||
| real_deinit (void) | |||||
| { | |||||
| _gpgrt_estream_deinit (); | |||||
| } | |||||
| /* Deinitialize libgpg-error. This function is only used in special | /* Deinitialize libgpg-error. This function is only used in special | ||||
| circumstances. No gpg-error function should be used after this | circumstances. No gpg-error function should be used after this | ||||
| Context not available. | |||||
| tls_index = TLS_OUT_OF_INDEXES; | tls_index = TLS_OUT_OF_INDEXES; | ||||
| } | } | ||||
| #else | #else | ||||
| (void)mode; | real_deinit (); | ||||
| #endif | #endif | ||||
| } | } | ||||
| Context not available. | |||||