Commit c44844d9 authored by Richard Levitte's avatar Richard Levitte
Browse files

Cleanup the EVP_MD_CTX before exit rather than after

parent 4e295148
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -157,8 +157,8 @@ int main(int argc, char *argv[])
    if (err)
        printf("ERROR: %d\n", err);
# endif
    EXIT(err);
    EVP_MD_CTX_cleanup(&c);
    EXIT(err);
    return (0);
}