summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib/crypt.php
diff options
context:
space:
mode:
authorOwen Winkler <epithet@gmail.com>2013-08-18 13:11:48 -0400
committerringmaster <epithet@gmail.com>2013-09-02 09:58:19 -0400
commitfb34f49913e55731031a2e5c1b8041259df5c5ef (patch)
treeaafa5cba9dae21a5ca7581349452af73e188f12c /apps/files_encryption/lib/crypt.php
parent06870a6e390f68d741893b4454b8fe4063404ca8 (diff)
downloadnextcloud-server-fb34f49913e55731031a2e5c1b8041259df5c5ef.tar.gz
nextcloud-server-fb34f49913e55731031a2e5c1b8041259df5c5ef.zip
Start a branch for easier OpenSSL configuration.
Diffstat (limited to 'apps/files_encryption/lib/crypt.php')
-rwxr-xr-xapps/files_encryption/lib/crypt.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_encryption/lib/crypt.php b/apps/files_encryption/lib/crypt.php
index e129bc9313e..7eab620baa5 100755
--- a/apps/files_encryption/lib/crypt.php
+++ b/apps/files_encryption/lib/crypt.php
@@ -52,6 +52,7 @@ class Crypt {
$return = false;
+ $res = \OCA\Encryption\Helper::getOpenSSLPkey();
$res = openssl_pkey_new(array('private_key_bits' => 4096));
if ($res === false) {