File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/main/java/org/jruby/ext/openssl/x509store Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -130,8 +130,7 @@ public int call(StoreContext context) {
130
130
CertificateCRLFunction certificateCRL = CertificateCRLFunction .EMPTY ;
131
131
CleanupFunction cleanup = CleanupFunction .EMPTY ;
132
132
133
- public final List <Object > extraData ;
134
- public final int references ;
133
+ private final List <Object > extraData ;
135
134
136
135
/**
137
136
* c: X509_STORE_new
@@ -142,7 +141,6 @@ public Store() {
142
141
143
142
verifyParameter = new VerifyParameter ();
144
143
145
- references = 1 ;
146
144
extraData = new ArrayList <Object >(10 );
147
145
this .extraData .add (null ); this .extraData .add (null ); this .extraData .add (null );
148
146
this .extraData .add (null ); this .extraData .add (null ); this .extraData .add (null );
You can’t perform that action at this time.
0 commit comments