Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
P
pub-relay
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
9
Issues
9
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mastodon
pub-relay
Commits
5a136090
Unverified
Commit
5a136090
authored
Sep 03, 2018
by
Chris Hobbs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove OpenSSL::Digest monkeypatch
parent
a8891a43
Pipeline
#229
passed with stage
in 1 minute and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
inbox_handler.cr
src/inbox_handler.cr
+0
-8
No files found.
src/inbox_handler.cr
View file @
5a136090
require
"./activity"
require
"./deliver_worker"
# Monkeypatch in fix for OpenSSL::Digest on multibyte strings
class
OpenSSL
::
Digest
def
update
(
data
:
String
|
Slice
)
LibCrypto
.
evp_digestupdate
(
self
,
data
,
data
.
bytesize
)
self
end
end
class
InboxHandler
class
Error
<
Exception
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment