You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/12/19 14:09:59 UTC

[commons-crypto] branch master updated: Remove unused

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new 162fa48  Remove unused
162fa48 is described below

commit 162fa482741062c8021758273152d6f1d27eb0eb
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Dec 19 09:09:56 2022 -0500

    Remove unused
---
 src/main/java/org/apache/commons/crypto/OpenSslInfoNative.java | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/main/java/org/apache/commons/crypto/OpenSslInfoNative.java b/src/main/java/org/apache/commons/crypto/OpenSslInfoNative.java
index 668381e..d5f9e78 100644
--- a/src/main/java/org/apache/commons/crypto/OpenSslInfoNative.java
+++ b/src/main/java/org/apache/commons/crypto/OpenSslInfoNative.java
@@ -28,9 +28,6 @@ import org.apache.commons.crypto.random.CryptoRandom;
  */
 final class OpenSslInfoNative {
 
-    public static final long VERSION_1_0_2X = 0x10002000;
-    public static final long VERSION_1_1_0X = 0x10100000;
-
     /**
      * Makes the constructor private.
      */