1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-11-27 04:34:45 +01:00

RSA/PKCS8: CS adjustment

This commit is contained in:
terrafrost 2016-08-18 14:53:21 -05:00
parent 77c29d774f
commit 47faa5736e

View File

@ -208,4 +208,4 @@ class PKCS8 extends PKCS
return $RSAPublicKey; return $RSAPublicKey;
} }
} }