aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dfrn_confirm.php
diff options
context:
space:
mode:
authorSebastian Egbers <sebastian@egbers.info>2012-06-25 13:59:39 +0200
committerSebastian Egbers <sebastian@egbers.info>2012-06-25 13:59:39 +0200
commit020deedd7c68ce016b65056062d85567c91c3d37 (patch)
treeb07a71b2d57d5dfae527ab9e2a6f42423bc8b327 /mod/dfrn_confirm.php
parentcbf1cab0da2b67c8a88f301ce9ce6b83db27ec0b (diff)
parent7ea5917bf794c431fe304fa25380f19a6927cf63 (diff)
downloadvolse-hubzilla-020deedd7c68ce016b65056062d85567c91c3d37.tar.gz
volse-hubzilla-020deedd7c68ce016b65056062d85567c91c3d37.tar.bz2
volse-hubzilla-020deedd7c68ce016b65056062d85567c91c3d37.zip
Merge branch 'master' of https://github.com/friendica/friendica
Diffstat (limited to 'mod/dfrn_confirm.php')
-rw-r--r--mod/dfrn_confirm.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/dfrn_confirm.php b/mod/dfrn_confirm.php
index 76b99cbca..8e39f5fd0 100644
--- a/mod/dfrn_confirm.php
+++ b/mod/dfrn_confirm.php
@@ -146,7 +146,7 @@ function dfrn_confirm_post(&$a,$handsfree = null) {
*/
require_once('include/crypto.php');
- $res = new_keypair(1024);
+ $res = new_keypair(4096);
$private_key = $res['prvkey'];
$public_key = $res['pubkey'];