summaryrefslogtreecommitdiffstats
path: root/challenge/c39.go
diff options
context:
space:
mode:
Diffstat (limited to 'challenge/c39.go')
-rw-r--r--challenge/c39.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/challenge/c39.go b/challenge/c39.go
index e4c0bf7..6261c13 100644
--- a/challenge/c39.go
+++ b/challenge/c39.go
@@ -13,6 +13,7 @@ func C39() {
rsa, err := lib.RSAGenKey()
if err != nil {
fmt.Printf("gen key failed: %v", err)
+ return
}
msg := []byte("42")