Skip to content

Commit

Permalink
CCI update (#107)
Browse files Browse the repository at this point in the history
* CCI icon update to OQS-v8

* correct for build without openssl
  • Loading branch information
baentsch authored Jun 22, 2021
1 parent f058d31 commit 0e74564
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![AppVeyor](https://ci.appveyor.com/api/projects/status/uwl8qgs60mqh5x9j?svg=true)](https://ci.appveyor.com/project/dstebila/openssh/branch/OQS-v8),
[![CircleCI](https://circleci.com/gh/open-quantum-safe/openssh/tree/OQS-master.svg?style=svg)](https://circleci.com/gh/open-quantum-safe/openssh/tree/OQS-master)
[![CircleCI](https://circleci.com/gh/open-quantum-safe/openssh/tree/OQS-v8.svg?style=svg)](https://circleci.com/gh/open-quantum-safe/openssh/tree/OQS-v8)

OQS-OpenSSH
==================================
Expand Down
2 changes: 1 addition & 1 deletion sshkey.c
Original file line number Diff line number Diff line change
Expand Up @@ -515,8 +515,8 @@ sshkey_size(const struct sshkey *k)
return BN_num_bits(rsa_n) + k->oqs_pk_len;
CASE_KEY_ECDSA_HYBRID:
return sshkey_curve_nid_to_bits(k->ecdsa_nid) + k->oqs_pk_len;
}
#endif /* WITH_OPENSSL */
}
return 0;
}

Expand Down

0 comments on commit 0e74564

Please sign in to comment.