This website works better with JavaScript.
Home
Help
Register
Sign In
leviathan
/
openssl-ibmpkcs11
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Remove redundant fflush call
Signed-off-by: Kent Yoder <key@linux.vnet.ibm.com>
master
Kent Yoder
11 years ago
parent
595771974c
commit
4c51173b64
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/e_pkcs11.c
+ 1
- 1
src/e_pkcs11.c
View File
@ -1383,7 +1383,7 @@ err:
static
int
pkcs11_destroy
(
ENGINE
*
e
)
{
DBG_fprintf
(
"
%s: called
\n
"
,
__FUNCTION__
)
;
fflush
(
stderr
)
;
free_PKCS11_LIBNAME
(
)
;
ERR_unload_pkcs11_strings
(
)
;
return
1
;
Write
Preview
Loading…
Cancel
Save