Remove memory leak in PKCS#5 self test
This commit is contained in:
parent
abf2f8fcf9
commit
f863485fea
1 changed files with 2 additions and 0 deletions
|
@ -366,6 +366,8 @@ int pkcs5_self_test( int verbose )
|
|||
|
||||
printf( "\n" );
|
||||
|
||||
md_free_ctx( &sha1_ctx );
|
||||
|
||||
return( 0 );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue