Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ELY-870] AbstractAlgorithmParametersSpiImpl::engineInit is using wrong reference #622

Merged
merged 1 commit into from Jan 13, 2017

Conversation

zregvart
Copy link
Contributor

AbstractAlgorithmParametersSpiImpl::engineInit(AlgorithmParameterSpec)
should use the given AlgorithmParameterSpec not the parameterSpec
field.

`AbstractAlgorithmParametersSpiImpl::engineInit(AlgorithmParameterSpec)`
should use the given AlgorithmParameterSpec not the `parameterSpec`
field.
Copy link
Contributor

@dmlloyd dmlloyd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch.

@dmlloyd dmlloyd added the +1 DML label Jan 12, 2017
@wildfly-ci
Copy link

Can one of the admins verify this patch?

@darranl darranl self-requested a review January 13, 2017 15:56
@@ -0,0 +1,55 @@
/*
* JBoss, Home of Professional Open Source.
* Copyright 2016 Red Hat, Inc., and individual contributors
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW unless written last year it is now 2017 ;-)

@darranl darranl added the +1 DAL label Jan 13, 2017
@darranl darranl merged commit 56a42f0 into wildfly-security:master Jan 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants