Randall S. Becker
Randall S. Becker
Rebase just done. I'm running a regression cycle and will look at anything broken by the rebase and force-push the branch when done.
> > What's wrong here is that configure sets these to 1, but the declaration in header files is incompatible with what is in the body of code above, and...
FYI: The conflicts are expected. `Makefile.in` is covered (taking `ours`) in this patch sequence. Basically result from the replacement of non-portable (a.k.a. gcc switch) hard-coded `-shared` with a configure knob...
Should be ready.
@daztucker I'm very certain the rebase was done and this reflects it. I do not know how the above was included in master already - not my doing, but it...
> "This branch is 12 commits ahead, 18 commits behind openssh:master." The last upstream commit it has is [b306986](https://github.com/openssh/openssh-portable/commit/b30698662b862f5397116d23688aac0764e0886e) from 11 Feb, almost a month ago. It doesn't, for example,...
> > What happened was that I rebased on top of `8.9` [...] which is what I thought was what was expected in the PR. > > Changes always go...
Rebase seems to have worked. I am running a regression test now.
@daztucker Usual set of tests all passed with my OpenSSL 3.0 port on platform. Should be good to go now.
I tried `-Dconst` and it blew up the compiler and linker horribly. Signature mismatches galore across many other files. If I could make the flag specific for certain files, that...