Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 52a39dc

Browse files
authored
Merge pull request #484 from openweave/feature/emargolis/add-rsa-to-sources-makefile
Added RSA.cpp to the Source Files in WeaveSupport.am
2 parents 91e068b + 98e7c57 commit 52a39dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/support/WeaveSupport.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#
2+
# Copyright (c) 2020 Google LLC.
23
# Copyright (c) 2014-2017 Nest Labs, Inc.
34
# All rights reserved.
45
#
@@ -58,6 +59,7 @@ nl_WeaveSupport_sources
5859
@top_builddir@/src/lib/support/crypto/HashAlgos-OpenSSL.cpp \
5960
@top_builddir@/src/lib/support/crypto/HashAlgos-MinCrypt.cpp \
6061
@top_builddir@/src/lib/support/crypto/HashAlgos-mbedTLS.cpp \
62+
@top_builddir@/src/lib/support/crypto/RSA.cpp \
6163
@top_builddir@/src/lib/support/crypto/WeaveCrypto.cpp \
6264
@top_builddir@/src/lib/support/crypto/WeaveCrypto-OpenSSL.cpp \
6365
@top_builddir@/src/lib/support/crypto/WeaveRNG-OpenSSL.cpp \

0 commit comments

Comments
 (0)